Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130015 - app-cdr/cdrtools-2.01 - mkisofs 2.01 puts directories in disk order
Summary: app-cdr/cdrtools-2.01 - mkisofs 2.01 puts directories in disk order
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Lowest enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-14 22:13 UTC by Andrew Stimpson
Modified: 2006-04-15 03:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Stimpson 2006-04-14 22:13:07 UTC
Despite all my googling telling me that the iso9660 spec requires that the order of the directories must be alphabetical, when you give the command

mkisofs -J -R -pad -o ./to_burn.iso /foo

it puts the directories on the disk in the same order you get from 'ls -U /foo'.  I only noticed this because I have a portable CD player that plays mp3 discs, but you can verify this with 'iso-info -l -i ./to_burn.iso'.  I believe that the LSN (logical sector number?) gives the order the data is on disk.  99.9% of computers don't care about the LSN order of the directories, my mp3 CD player does.  There should be some way to tell mkisofs to sort the directories so that the LSN order agrees w/ the alphabetical order (or maybe some other order, like the -sort option for files).
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-15 03:49:42 UTC
Sorry, feature requests need to go upstream.

http://cdrecord.berlios.de/old/private/cdrecord.html