[EMAIL PROTECTED] (Andy Polyakov) quoted and then wrote: >> >>When I invoked growisofs as follows: growisofs -Z /dev/cdrom -R -J >> >>-dvd-compat and the overburn protection kicked in, it still wrote data >> >>to the DVD+R. >> >> Here's what happens when I run it on the 4.3 GB file, which you claim >> that the media should be able to use, below. >> >> [EMAIL PROTECTED] root]# ls -sh /mnt/backups/toburn/ >> total 9.0G >> 4.5G home.001 4.3G home.002 286M var.001 >> [EMAIL PROTECTED] root]# growisofs -Z /dev/cdrom -R -J -dvd-compat >> /mnt/backups/toburn/home.002 >> mkisofs: Value too large for defined data type. File >> /mnt/backups/toburn/home.002 is too large - ignoring > >Note that last two lines are output from mkisofs, an external program >[relative to growisofs]. They have nothing to do with overburn >protection. It's just that mkisofs refuses to handle files larger that >2GB-2 bytes. One can argue if it's a bug or feature, but there is more >or less solid ground for such behaviour. Well, at least in Linux >context. It takes two to dance tango, right? If mkisofs puts file larger >than 2GB-2 bytes to resulting ISO9660 image, Linux kernel won't let you >access data beyond first 16MB anyway. Yes, it's possible to patch the >kernel in which case you'll be able to access files of arbitrary size, >files residing on ISO9660 volume. But it again will be only 1/2 of >solution [needed in this particular case]. In order to break the 4GB-1 >byte barrier, you'll have to modify mkisofs to support multi-extent >files. > >Bottom line. Forget about putting files larger than 2GB-2 bytes to >ISO9660 volumes for now.
...only if you need to have your files read on a Linux system. For other situations, writing large files might be quite reasonable and you might need to switch to a tool that will write such files. If Linux tools are aimed only at readers that are unable to honor the full ISO9660 specification, then you might have to use non-Linux tools in this situation. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

