Data Object - ConverterStorageInfoVolumeInfoXfsFeatures

Property of
ConverterStorageInfoVolumeInfo
Extends
DynamicData
Since
Converter API 6.0

Data Object Description

Information about xfs filesystem features. Most of the comments of the individual features are taken from the "XFS Filesystem Structure" document.

Properties

Name Type Description
agSizeInBlocksxsd:long

Allocation groups size in the filesystem in data blocks count.
blockSizexsd:int

The size of a basic unit of space allocation in bytes. Typically, this is 4096 (4KB) but can range from 512 to 65536 bytes.
ciModexsd:boolean

Whether the file names are case insensitive (flag in version number)
iMaxPctxsd:int

Maximum percentage of filesystem space that can be used for inodes. The default value is 25.
inodeSizexsd:int

Size of the inode in bytes. The default is 256 (2 inodes per standard sector) but can be made as large as 2048 bytes when creating the filesystem.
Properties inherited from DynamicData
None