File system types.
| Characteristic | Value |
|---|
| Type | enum |
Variants
Ext4 file system
| Characteristic | Value |
|---|
| Type | string |
| Value | ext4 |
XFS file system
| Characteristic | Value |
|---|
| Type | string |
| Value | xfs |
Vfat file system
| Characteristic | Value |
|---|
| Type | string |
| Value | vfat |
NTFS file system
Using NTFS on Linux comes with some limitations. For more information, see: Limitations of NTFS
| Characteristic | Value |
|---|
| Type | string |
| Value | ntfs |
Tmpfs
Kernel documentation
Tmpfs is only valid if the filesystem source is new.
| Characteristic | Value |
|---|
| Type | string |
| Value | tmpfs |
Auto
Passed to mount to automatically detect the filesystem type.
Auto is only valid if the filesystem source is adopted.
| Characteristic | Value |
|---|
| Type | string |
| Value | auto |