Skip to main content

FileSystemType

File system types.

CharacteristicValue
Typeenum

Variants​

Ext4 file system​

CharacteristicValue
Typestring
Valueext4

XFS file system​

CharacteristicValue
Typestring
Valuexfs

Vfat file system​

CharacteristicValue
Typestring
Valuevfat

NTFS file system​

Using NTFS on Linux comes with some limitations. For more information, see: Limitations of NTFS

CharacteristicValue
Typestring
Valuentfs

Tmpfs​

Kernel documentation

Tmpfs is only valid if the filesystem source is new.

CharacteristicValue
Typestring
Valuetmpfs

Auto​

Passed to mount to automatically detect the filesystem type.

Auto is only valid if the filesystem source is adopted.

CharacteristicValue
Typestring
Valueauto