What is the recommended approach for mounting SCSI opticals under Fedora Core 4. Under Fedora Core 2 I was able to just add... /dev/sdc1 /mnt/optical xfs noauto,rw,user 0 0 to fstab and after creating the /mnt/optical directory, the usermount graphical tool would show the device. Under Fedora Core 4, I now have... /dev/sdc1 /media/optical xfs noauto,rw,user 0 0 in /etc/fstab and a /media/optical directory. However I only have a /dev/sdc device after booting with an empty optical drive. What is the proper way to insure that all the appropriate /dev/sdc* device names are created? Jack ps I am assuming that the optical drive doesn't appear in the usermount program due to the missing /dev/sdc1 device.