On December 13, 2003 11:43 am, Matt Glomski wrote: > Hi--Thanks for reading this. > > At the boot up screen I get the message > > Updating /etc/fstab unexpected file type for > /dev/cdrom FAILED > > # dmesg | less > hdd: _NEC CD-RW NR-7900A, ATAPI CD/DVD-ROM drive > > less fstab: > /dev/hdd /mnt/cdrom > udf,iso9660 noauto,owner,kudzu,ro > 0 0 > /dev/cdrom /mnt/cdrom > udf,iso9660 noauto,owner,kudzu,ro 0 0 > fstab (END) > # mount -t iso9660 /dev/cdrom /mnt/cdrom > mount: mount point /mnt/cdrom does not exist > > > Any suggestions would be greatly appreciated. Thanks > so much! > > Matt Hi Matt, First, you seem to have two lines in your fstab file that refere to the same device and mount point. Try just one and set the file system to iso9660 or auto. However, there is no need messing with fstab untill you can mount it manually. Make sure the dir /mnt/cdrom exists, or create it. try: mount -t iso9660 /dev/cdrom /mnt/cdrom (you can probably drop the '-t iso9660' and it will auto detect the fs) See if that works (with a regular iso9660 cd in the tray). If not, please post the error it produces. -- Pete Nesbitt, rhce -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list