GNOME Bugzilla – Bug 164432
Should warn when mkisofs can't add files larger than 2 GB
Last modified: 2005-01-28 16:42:34 UTC
I just wanted to make a backup on a DVD. I have a 4.6 GB tar file. n-c-b happily burned a DVD-R without anything in it. Running mkisofs by hand show this: mkisofs: Value too large for defined data type. File /tmp/backup-2005-01-17.tar is too large - ignoring Looking on the net, it seems mkisofs doesn't support files larger than 2 GB.
I read somewhere that the limit might be 4.2 GB. (my file was still too big) I'm just not sure what's the correct limit.
I'm not yet able to confirm for myself that mkisofs has a file size limit. As far as warning about the total size being more than 4.3GiB, this should be fixed in 2.9.4 and later.
The fix for bug 158940 partially fixes this problem. Still to do: report useful error messages to the user.
Created attachment 36608 [details] [review] patch This patch adds strings and changes the API for make_iso(). However, it fixes this bug and greatly improves error reporting.
Committed attached patch.