1,433
edits
Changes
Importing a new version from external source
Currently ext4 file system is used. An ability to resize ext4 is limited by
its block group descriptor table, which size can be specified during file
system creation time, using <code>-Eresize</code> option to mke2fs.
Currently ploop library hardcodes this value so that filesystem can be resized
up to 16 TB of space.
its block group descriptor table, which size can be specified during file
system creation time, using <code>-Eresize</code> option to mke2fs.
Currently ploop library hardcodes this value so that filesystem can be resized
up to 16 TB of space.