Unioning file systems: Architecture, features, and design choices
Unioning file systems: Architecture, features, and design choices
Posted Mar 20, 2009 14:37 UTC (Fri) by masoncl (subscriber, #47138)In reply to: Unioning file systems: Architecture, features, and design choices by vaurora
Parent article: Unioning file systems: Architecture, features, and design choices
One problem with that is btrfs likes to leave free space hanging around, and so it isn't yet well suited to compacting images down on an iso/dvd.
Patching btrfs progs to create a compact btrfs FS for burning would be a fun project if anyone is looking for ways to fill their time ;)
Posted Mar 20, 2009 17:26 UTC (Fri)
by arnd (subscriber, #8866)
[Link]
* laying out files and metadata for performance characteristics of optical
* compressing all files in advance may give you much better placement
* This could be integrated into mkisofs in the same way that HFS support
* In a similar way, it could be done in the same way that ext3 conversion
Unioning file systems: Architecture, features, and design choices
media (seek times vary a lot with location, 2kb sector boundary, ...).
options than online compression.
is. Iso9660 leaves a significant amount of free space in the front, so it
may just fit.
works, but on an existing iso9660 file system to create a hybrid file
system. Bonus points for making it work with multisession writing on an
already burnt iso9660 disk.