On Thu, 2003-05-29 at 19:03, Bryan Pershall wrote: > Ok my fstab is almost the same minus the udf reference. Also in message and > dmesg I have these lines > hdc: DW-224E, ATAPI CD/DVDRom > hdc: attached ide-scsi driver > scsi0: scsi host adapter emulation for ide atapi device So this means that /dev/cdrom should be a symbolic link to /dev/scd0 . Kudzu is supposted to set that up, but apparently it didn't. Try making the symlink manually ("cd /dev; ln -s scd0 cdrom"). --Jeremy