Alexis Kostibas wrote:

The corresponding lines in my fstab looks like:

/dev/cdroms/cdrom0      /mnt/cdrom   auto  noauto,ro,user   0 0
/dev/cdroms/cdrom1      /mnt/dvdrw   auto  noauto,rw,user   0 0

To figure out which is cdrom0 and which is cdrom1, you can either guess
& check, or do:

ls -l /dev/cdroms

and see what they're pointed to.  Usually, it'll be HDA, HDB, HDC, or
HDD, depending on whether it's on the Primary Master, Pri Slave, Sec
Master, or Sec Slave, respectively.

The "user" part in the 4th column allows the device to be mounted by a
normal user, not just 'root'.

Hope that helps!

Alexis Kostibas

On Mon, 2005-08-01 at 21:20 -0500, Mark Creamer wrote:
I have two CD drives. The first is an ordinary cd-rom (read-only). The second is a dvd-rw. If someone has something similar, can you tell me what the lines to mount those two drives should look like in fstab?

Thanks!

Very helpful. I was on the right track - I figured out that I didn't have udf enabled in the kernel. That combined with what you gave me took care of it. Thanks!
--
[email protected] mailing list

Reply via email to