[CentOS] mounting CDROM without mapaping UC to LC

Mon Jan 20 14:45:46 UTC 2014
John Doe <jdmls at yahoo.com>

From: Fred Smith <fredex at fcshome.stoneham.ma.us>

> this is surely a newbie question, so I should know the answer, but
> I'm fighting with mounting a CD such that filenames are NOT mapped to
> lowercase (I need to use its on-board tools for accessing files on it
> while mounted on Centos 6.5, and those tools assume uppercawse, since
> they assume the entire world runs Windoze.)
> 
> but despite my best efforts, it keeps being mounted with UC-LC mapping
> enabled. here's what I've been trying:
> 
> mount -t iso9660 -o
> norock,remount,ro,nosuid,nodev,uhelper=udisks,uid=500,gid=500,iocharset=utfi,mode=0400,dmode=0500 
> /dev/sr0 /mnt/cd
> 
> and even this:
> 
> umount /mnt/cd mount -t iso9660 -o
> norock,ro,nosuid,nodev,uhelper=udisks,uid=500,gid=500,iocharset=utfi,mode=0400,dmode=0500 
> /dev/sr0 /mnt/cd
> 
> I've also tried using nojoliet both with and without norock, and also
> map=normal, all to no avail.

Tried 'check=relaxed' ?


JD