From: Fred Smith <fre...@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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to