> 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. Hmmm -- which man page? And is it really one that I maintain? (If you think I maintain mount.8, take a look here: http://www.kernel.org/doc/man-pages/man_pages_other.html .) Cheers, Michael -- Michael Kerrisk Maintainer of the Linux man-pages project http://www.kernel.org/doc/man-pages/ Want to report a man-pages bug? Look here: http://www.kernel.org/doc/man-pages/reporting_bugs.html -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html