LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-20-2003, 01:51 AM   #1
dickmitnick
Member
 
Registered: Jul 2003
Posts: 34

Rep: Reputation: 15
Why the ISO file isn't same between linux and windows!


I got a iso file,but it isn't the same between windows and linux.I mount it inwindows and found it's the iso9660/joliet format using nero6 and winiso5.3,I mount it in suse 8.2 and found it is a "trans.tbl" file in each directory ,the file isn't found in windows.I want to know why it is and whether the file is right and the format of the file.Thanks!
Is the file made in linux?
Does the "-r "and "-j" can be used at the same time in the mkisofs? Is windows only support joliet format and linux support both joliet and rock ridge format?
Thanks!
 
Old 08-20-2003, 01:56 AM   #2
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
that file is a file that tells the os where stuff is on the iso, when making an iso you have to specify it is hidden for all os's to hide it, otherwise windows is the only one to hide it. also you need to have joliet enabled in your kernel
 
Old 08-20-2003, 02:40 AM   #3
dickmitnick
Member
 
Registered: Jul 2003
Posts: 34

Original Poster
Rep: Reputation: 15
Thanks!
But I double in you answer.I think the trans.tbl is used to get the long filename when the os isn't support the long filename.
The trans.tbl is created by "mkisofs -T ......",and I can find the file in many linux distribution disc under the windows.
I have a new problem,I burn a disc in the window2000 using the nero 5.5.9.8, the soure filenames have captial and small letter,but it has only small letter in the linux and captial letter in the windows2000.Is it the bug of nero?But why small letter in the linux and captial letter in the windows2000>
 
Old 08-20-2003, 03:46 AM   #4
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
I think that is because windows will, by default, capitalise all leading letters for all filenames regardless of how you typed them in. Therefore, windows files can actually be stored on the disc in lower case but displayed in upper case.

Another reason that could cause this would be that mayber the iso9660 filesystem might not support capitals (although I think it does).
 
Old 08-20-2003, 12:17 PM   #5
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
I think the root of the problem is likely that linux sees capital and lowercase as different and windows sees them as the same, for instance I had 2 files once: Somefile and somefile each in the same directory, one cap, one not. I tried to copy it into windows and it gave me errors and overwrite prompts. despite all the work done, at there bases linux and windows have nothing in common. linux takes user input and makes use of it, windows takes it and f-cks it up.
 
Old 08-20-2003, 07:58 PM   #6
dickmitnick
Member
 
Registered: Jul 2003
Posts: 34

Original Poster
Rep: Reputation: 15
Thanks exodist and adz.
 
Old 08-20-2003, 08:13 PM   #7
dickmitnick
Member
 
Registered: Jul 2003
Posts: 34

Original Poster
Rep: Reputation: 15
I still double that the iso files have "TRANS.TBL" files in the linux but not in the windows,the files are down from "http://darkstar.ist.utl.pt/openbsd/3.3/openbsd-i386-3.3-packages1.iso & http://darkstar.ist.utl.pt/openbsd/3...-packages2.iso".Other iso files have "TRANS.TBL" files both in the linux and the windows.
 
Old 08-20-2003, 09:57 PM   #8
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
version of mkisofs I bet
 
Old 08-20-2003, 10:07 PM   #9
dickmitnick
Member
 
Registered: Jul 2003
Posts: 34

Original Poster
Rep: Reputation: 15
But " http://darkstar.ist.utl.pt/openbsd/3...6-3.3-mini.iso & http://darkstar.ist.utl.pt/openbsd/3...d-i386-3.3.iso" is normal.They may be made by the same version. Is it possible that the files are too large,and incompatible with windows?
 
Old 08-20-2003, 10:26 PM   #10
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
with windows anything bad is possible, but I doubt it.
 
Old 08-20-2003, 11:22 PM   #11
dickmitnick
Member
 
Registered: Jul 2003
Posts: 34

Original Poster
Rep: Reputation: 15
Thanks in any case!
 
Old 08-21-2003, 08:24 PM   #12
dickmitnick
Member
 
Registered: Jul 2003
Posts: 34

Original Poster
Rep: Reputation: 15
I have got the answer!
I use "isobuster" in the windows,then find there are three filesystem(iso9660,rock ridge,joliet) under the track 01. " http://darkstar.ist.utl.pt/openbsd/...86-3.3-mini.iso"has the "TRANS.TBL" in the three filesystem,but " http://darkstar.ist.utl.pt/openbsd/3...-packages1.iso"has the "TRANS.TBL" in the iso9660 and rock ridge,not in the joliet.
I want to know how to make the file like http://darkstar.ist.utl.pt/openbsd/3...packages1.iso?
Thanks!
 
Old 08-21-2003, 10:13 PM   #13
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
do a "man mkisofs" then look for the flags.
 
Old 08-22-2003, 01:15 AM   #14
dickmitnick
Member
 
Registered: Jul 2003
Posts: 34

Original Poster
Rep: Reputation: 15
I can know from man page that "mkisofs -J -r -T -o filename.iso directory" can make a file format like " http://darkstar.ist.utl.pt/openbsd/...86-3.3-mini.iso" ,but the man page cann't tell me how to make a iso with different content in different filesystem.
 
Old 08-22-2003, 01:26 AM   #15
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
i think I follow, but then again you have the question so I do not need to follow :-P
 
  


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
How to open/extract ISO file in Linux? sattu Linux - Software 10 07-04-2015 12:48 AM
Do Linux have software can make a ISO image file in KDE? explorer1979 Linux - General 5 06-02-2006 02:01 AM
when creating a *.iso file, how to make the file size smaller? minm Linux - Newbie 8 12-26-2004 09:58 PM
upgrade / update Linux features from iso file, cd2 and cd3 Departure Linux - General 4 02-25-2004 07:50 PM
Dowload Linux-ISO on Windows - Prohibited Filename Error wingwe Linux - General 10 01-17-2002 04:00 PM

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

All times are GMT -5. The time now is 09:55 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