The drive is the secondary slave on the IDE bus; but for some reason, it gets mapped as cdrom1, while the CD-RW drive, which is Secondary Master is getting mounted as /dvd
Here is what I get when I try to mount the DVD 9and there is a DVD in the DVD drive...
mount /dev/dvd /dvd -t udf mount: block device /dev/dvd is write-protected, mounting read-only mount: No medium found
She isn't seeing the disk in the drive, because she is trying to find it in the CD-RW drive, from what I've been able to determine.
And here is what my fstab file currently looks like...
# /etc/fstab: filesystem table. # # filesystem mountpoint type options dump pass /dev/hda3 / ext3 defaults,errors=remount-ro 0 1 /dev/hda4 none swap sw 0 0 proc /proc proc defaults 0 0 /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0 /dev/cdrom /cdrom iso9660 defaults,ro,user 0 0 # /dev/cdrom1 /dvd udf defaults,ro,user 0 0 /dev/dvd /dvd udf defaults,ro,user 0 0 /dev/cdaudio /cdaudio iso9660 defaults,ro,user 0 0 /dev/hda1 /mnt/sunblossom/winsys vfat ro,users,exec,umask=000 0 0 /dev/hda5 /mnt/sunblossom/win-native vfat ro,users,exec,umask=000 0 0 /dev/hda6 /mnt/sunblossom/workspace vfat users,exec,umask=000 0 0 /dev/hda7 /mnt/sunblossom/media vfat users,exec,umask=000 0 0
Any ideas what is amiss here?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]