
26 Jan
2006
26 Jan
'06
10:53 p.m.
Warren wrote:
Ron Dean wrote:
I have a CDRom with filenames in upper and lower case. The file names link in pdf In acroreader for Linux
The following works straight from the command line only when I am in root mount /dev/hdb /media/cdrom0 -o check=r
However I can't get it to work when I modify my fstab file
/dev/hdb /media/cdrom0 udf,iso9660 user,noauto 0 0
"iso9660 user" - try replacing the space with a comma.
Try not. 'udf,iso9660' is the filetype. Then you want some whitespace followed by the options 'user,noauto'. The space belongs there. if using '-o check=r' (relaxed case checking) makes the application work then what you need to do is add that to the options in fstab - 'user,noauto,check=r'