In article <>,
Geoffrey S. Mendelson <> wrote:
>More likely, your disks are not readable in the new drive due to a media
>incompatbility. Try reading them in another drive.
This would be easy to prove:
1) Get a recent cdrtools version from:
ftp://ftp.berlios.de/pub/cdrecord/alpha/
2) Compile and install
3) Become root, eject the optical media and then call "ps -ef"
- remember the Process ID of the program called:
/usr/sbin/diskarbitrationd, e.g.:
0 33194 1 0 0:00.68 ?? 0:01.62 /usr/sbin/diskarbitrationd
- Now type kill -STOP 33194 (use the apropriate process
ID that matches your ps output)
4) insert the media
5) call readcd f=/dev/null
6) See whether the whole media is readable
7) call kill -CONT 33194 (use the apropriate process
ID that matches your ps output)
Note that cdrtools is the first CD/DVD writing suite available for Mac OS X
(ported to Rhapsody in January 1998 and ported to Darwin in October 2001).
>Note that there are some limitations to the ISO9660 format, such as a maximum
>file size of 2g.
You did use the wrong sources to get this information ;-)
All numbers (except for the byte that holds GMT time offset) on ISO-9660
are unsigned numbers. For this reason, the max filesize on ISO-9660 in
level 1-2 if 4 GB - 2k which is 4294965247 Bytes. Staring with ISO-9660
level 3, the standard allows any file size (up to the size of the complete
media). With today's typical logical "sector size" of 2048 bytes (DVDs
really have 32 kB sectors and BluRays really have 64 kB sectors), the
maximum media size with ISO-9660 is 8 TB.
Note that in order to have files > 4294965247 Bytes on ISO-9660, you need
to use "multi extent" files. This means that you need to use a "multi extent"
aware program for mastering the ISO filesystem _and_ a "multi extent" aware
OS to mount the resulting media.
The most popular program for mastering ISO-9660 is "mkisofs" and mkisofs
supports "multi extent" files since July 2007. Mkisofs is part of the
cdrtools suite:
ftp://ftp.berlios.de/pub/cdrecord/alpha/
You just need to use mkisofs -iso-level 3 or more for mastering the filesystem.
--
EMail: (home) Jörg Schilling D-13353 Berlin
(uni)
(work) Blog:
http://schily.blogspot.com/
URL:
http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily