I am trying to mount a CD-ROm within linux.
When I type in dmesg|more
hda:Samsung CD-Rom SN-124, Atapi CD/DVD rom drive
hda: attached CD-Rom Driver ver 1.00
If I try to mount it using: mount /dev/hda
Error: cannot read /etc/fstab: no such file or dir.
If I try to mount it using: mount /dev /hda or mount /dev/hdc
Error: mounting /dev /hdc on CD-Rom failed: no such file or directory.
What am I doing wrong ? What is the command line for mounting the cd-rom
Once I mount it, how I access it.
Start Free Trial