Jason Stubbs wrote:

mount gives me:

/dev/cdroms/cdrom0: Input/output error
mount: you must specify the filesystem type

I have tried different kernels and using a lens cleaner. I even tried using
FreeBSD which could read a burnt CD approx. 1 time in 20 attempts.

Any ideas on what could have caused this? Any ideas on ways to fix it?
Notebook peripherals aren't quite so cheap...

--
Regards,
Jason Stubbs


Add a line in your /etc/fstab:

/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,user,ro 0 0

The iso9660 is the filesystem type. /dev/cdroms/cdrom0 is the device (change to match your device). /mnt/cdrom is the mount point.

Cheers...

--
Ted Ozolins(VE7TVO)
Westbank, B. C



--
[EMAIL PROTECTED] mailing list



Reply via email to