Configuration used to format ext2 file system.
If a field is set to 0 then default value is used. (In volume name the first cell of an array must be 0 to use default value.)
- Parameters
-
block_size | Requested size of block. |
fs_size | Requested size of file system. If 0 then whole available memory is used. |
bytes_per_inode | Requested memory for one inode. It is used to calculate number of inodes in created file system. |
uuid | UUID for created file system. Used when set_uuid is true. |
volume_name | Name for created file system. |
set_uuid | If true then UUID from that structure is used in created file system. If false then UUID (ver4) is generated. |