Hallo, I'm trying to mount an CD-ROM in that manner, that only the translation from upper case to lower case is _not_ done. However either the upper/lower case conversion is not done but in this case all file names are appended by an ";1" or the suffix ";1" went away but now the upper case is translated into lower case as seen below :-( n22 ~ # mount -o ro /dev/hdc /mnt/cdrom/; ls /mnt/cdrom/; umount /mnt/cdrom/ autorun.inf dicomdir home infoex.txt readme.txt sst.ico webstart.bat autostart.exe dicomdir.tab info.txt msvbvm60.dll shelexec.exe viewer n22 ~ # mount -o ro,map=o /dev/hdc /mnt/cdrom/; ls /mnt/cdrom/; umount /mnt/cdrom/ AUTORUN.INF;1 Dicomdir.tab;1 MSVBVM60.DLL;1 autostart.exe;1 infoEx.txt;1 shelexec.exe;1 webstart.bat;1 Dicomdir.;1 Home Viewer info.txt;1 readme.txt;1 sst.ico;1 Therefore my question is whether this feature could be implemented. The background is that at the CD-ROM are html files pointing to files + subdirs at that medium but under Linux the browser cannot found the files with the current mount behaviour. BTW b/c the man page says: ... map=n[ormal] / map=o[ff] / map=a[corn] For non-Rock Ridge volumes, normal name translation maps upper to lower case ASCII, drops a trailing `;1', and converts `;' to `.'. With map=off no name translation is done. See norock. (Default: map=normal.) map=acorn is like map=normal but also apply Acorn extensions if present. .. which seems not to be correct I Cc:ed the maintaniner to this mail too. BTW I tried the option "norock" too w/o success. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
Attachment:
signature.asc
Description: This is a digitally signed message part.