Configuration used to format ext2 file system.
Definition ext2.h:24
uint32_t bytes_per_inode
Requested amount of memory per inode, in bytes.
Definition ext2.h:34
uint32_t block_size
Requested size of block, in bytes.
Definition ext2.h:26
bool set_uuid
If true then the UUID from UUID is used in the created file system.
Definition ext2.h:44
uint32_t fs_size
Requested size of file system, as a number of blocks.
Definition ext2.h:30
uint8_t uuid[16]
UUID for the created file system.
Definition ext2.h:36
uint8_t volume_name[16]
Name for the created file system.
Definition ext2.h:40