Data Object - ConverterStorageInfoVolumeInfoExtfsFeatures

Property of
ConverterStorageInfoVolumeInfo
Extends
DynamicData
Since
Converter API 1.0

Data Object Description

Information about ext2/ext3/ext4 filesystem features.

Properties

Name Type Description
dirIndexxsd:boolean

Use hashed b-trees to speed up lookups in large directories.
extentxsd:boolean

Allocate files with extent format in ext4.

Since Converter API 4.0
filetypexsd:boolean

Store file type information in directory entries.
flexBgxsd:boolean

Create ext4 filesystem with flexible block group metadata location.

Since Converter API 4.0
hasJournalxsd:boolean

Create an ext3 journal.
inodesCountxsd:long

Number of inodes allocated on the source volume filesystem.

Since Converter API 5.0
journalDevxsd:boolean

Create an external ext3 journal on the given device instead of a regular ext2 filesystem.
resizeInodexsd:boolean

Reserve space so the block group descriptor table may grow in the future.
sparseSuperxsd:boolean

Create a filesystem with fewer superblock backup copies.
uninitBgxsd:boolean

Create ext4 filesystem with sparse inode table, enabling fast fsck.

Since Converter API 4.0
Properties inherited from DynamicData
None