1,433
edits
Changes
Importing a new version from external source
Ploop v2 uses the same unsigned 32 bit field to address blocks rather than sectors.
Block size itself is measured in 512 byte sectors, and can be specified during image creation.
If not specified, block size defaults to 2048 sectors, i.e. 1 megabyte. Therefore,
the image can be up to 4 petabytes (4096 TB) in size.
Same as with ploop v1, the first megabyte of the image is
used for header and L2 translation table, maximum image size is decreased by 1MB.
Block size itself is measured in 512 byte sectors, and can be specified during image creation.
If not specified, block size defaults to 2048 sectors, i.e. 1 megabyte. Therefore,
the image can be up to 4 petabytes (4096 TB) in size.
Same as with ploop v1, the first megabyte of the image is
used for header and L2 translation table, maximum image size is decreased by 1MB.