-
Notifications
You must be signed in to change notification settings - Fork 16
About images larger than 4 GB #8
Comments
Hi @sxueck, Have you tried adding the About |
I have tested In addition, instead of the dichotomy cdrtools/mkisofs and cdrkit/genisoimage maybe we just should starting using xorrisofs as suggested by Debian. |
For the record: this discussion iso9660 limitation to 4GB in use with remastersys in KDE forum is also very interesting. Also, from Remastersys old site: The 4GB limit explained - not a remastersys limitation |
This ends this discussion: Wikipedia: ISO9660. It's very clear that ISO9660 was updated and no longer have a limit of 4GiB for both filesystems (a.k.a. image size) and single files (the ones inside image). Under Specifications, Directories and files:
It's obvious that filesystem and single files size are now limited to 8 TB (8,000 GB), what is 2 thousand more than previous 4 GiB limitation. Also, USB keys can be formated in exFAT (128 TB limit) instead of FAT32 (4 GB limit). As far as I'm concerned, I'll add the iso-level option by default and keep the genisoimage with option to use xorrisofs. Manual pages of genisoimage show support to iso-level 3 and 4. I have no intention or interest in adding support for software that is not available by default in the Debian (or Ubuntu/Mint) repositories. |
Yes that's right, I was just offering a thought, it would of course be best to use software included in the mirror source, using self-compiled software is arguably the "worst / bad" option, but of course compared to the 4g limit it might be slightly better, and finally thank you for choosing to reply over the weekend. Also there seems to be a difference between 3 and 4 in iso-level, I found it when I was experimenting with my own machine, I may need to look it up. |
Yeah, i dont know what is better, level 3 or 4. You are welcome. Thank you. |
I get it,here offical
iso-level 4 is the v2 version I'm talking about and should be the one you see here |
Fully implemented in: f189229. |
hi, I've found options for packaging images larger than 4g, perhaps we could use the
cdrtools
toolkit as a dependency, which provides an enhanced version ofmkisofs
, (supporting ISO9660 v 2) that would seamlessly replace the oldmkisofs
PS:
https://downloads.sourceforge.net/cdrtools/
The text was updated successfully, but these errors were encountered: