LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-13-2007, 09:20 AM   #1
jaykup
Member
 
Registered: Jan 2006
Location: Mukwonago, WI
Distribution: Slackware 12
Posts: 77

Rep: Reputation: 16
Case sensitive ISO 9660?


When I mount an ISO 9660 image on windows, I get all the file names in both upper and lower case. When I mount this under linux, they are all lower case. This makes it difficult to install a game when the linux_installer script calls for case sensitive filenames. In the past I've had to install an ISO 9660 image of a game under windows first, and copy the files over.

Is there an option somewhere I missed to make them show the proper case?
 
Old 05-13-2007, 09:33 AM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
On the mount command, you can try options map=off and/or check=relaxed. For example:

mount /mnt/cdrom -o map=off,check=relaxed
 
Old 05-13-2007, 09:52 AM   #3
jaykup
Member
 
Registered: Jan 2006
Location: Mukwonago, WI
Distribution: Slackware 12
Posts: 77

Original Poster
Rep: Reputation: 16
If it matters, I'm trying to mount an ISO image.

it seems that map=off makes everything uppercase, and check=relaxed does nothing to the case. Also, map=on doesn't seem to work with that file type. I looked in the man page, but didn't see check or map under the -o.

For example:

On Linux:

Code:
$ mount ~/ISO/mygame.iso /mnt/iso -o loop
$ cd /mnt/iso
$ ls
autorun.inf*  cd2/  cd4/  cd6/                 setup.exe*
cd1/          cd3/  cd5/  linux-installer.sh*
$ umount /mnt/iso

---------------------------------------------------------------

$ mount ~/ISO/mygame.iso /mnt/iso -o loop,map=off,check=relaxed
$ cd /mnt/iso
$ ls
AUTORUN.INF*  CD2/  CD4/  CD6/                 SETUP.EXE*
CD1/          CD3/  CD5/  LINUX-INSTALLER.SH*
On Windows:

Code:
Autorun.inf
CD1/
CD2/
CD3/
CD4/
CD5/
CD6/
Linux-Installer.sh
Setup.exe

Last edited by jaykup; 05-13-2007 at 09:57 AM.
 
Old 05-13-2007, 10:40 AM   #4
jaykup
Member
 
Registered: Jan 2006
Location: Mukwonago, WI
Distribution: Slackware 12
Posts: 77

Original Poster
Rep: Reputation: 16
Turns out I didn't have joliet extensions enabled in my kernel. I've tried the same command again, but getting ;1 at the end of each file name. However, the case is correct.

Quote:
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.
What I need is it to drop the ;1 but don't do any other translation Any ideas?
 
Old 05-13-2007, 11:22 AM   #5
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
This is the normal situation. Was your disk burned without Rock Ridge extensions, or are you missing the support?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ISO 9660 on HD partition fitzov Linux - Hardware 2 04-11-2007 02:46 PM
is apache case-sensitive? browny_amiga Linux - Software 2 06-21-2004 01:57 PM
Why is linux case sensitive? Jestrik Linux - General 9 12-16-2003 07:05 AM
case sensitive groupadd? sysmaster Linux - General 0 07-28-2003 04:53 AM
case-sensitive issue david_wliu Linux - General 4 03-06-2003 10:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration