Skip to content

FileSystemType

URI: FileSystemType

Permissible Values

Value Meaning Description
FAT None FAT file system, cf https://en
ExtFAT None Extended FAT file system
NTFS None Microsoft New Technology File System, cf https://en
XFS None XFS file system, cf https://en
JFS None IBM Journaling File System, cf https://en
Ext4 None Extended file system version 4, cf https://en
Reiser4 None Successor of ReiserFS, cf https://en
GlusterFS None Gluster File System, cf https://en
MapR_FS None MapR clustered file system, cf https://en
OneFS None Dell One File Fystem,cf https://en
Other None Any other proprietary file system

Slots

Name Description
fileSystemType Filesystem Type for storage partition

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#storage-configuration

LinkML Source

name: FileSystemType
from_schema: https://w3id.org/gaia-x/development#storage-configuration
permissible_values:
  FAT:
    text: FAT
    description: FAT file system, cf https://en.wikipedia.org/wiki/File_Allocation_Table
  ExtFAT:
    text: ExtFAT
    description: Extended FAT file system
  NTFS:
    text: NTFS
    description: Microsoft New Technology File System, cf https://en.wikipedia.org/wiki/NTFS
  XFS:
    text: XFS
    description: XFS file system, cf https://en.wikipedia.org/wiki/XFS
  JFS:
    text: JFS
    description: IBM Journaling File System, cf https://en.wikipedia.org/wiki/IBM_Journaled_File_System_2_(JFS2)
  Ext4:
    text: Ext4
    description: Extended file system version 4, cf https://en.wikipedia.org/wiki/Ext4
  Reiser4:
    text: Reiser4
    description: Successor of ReiserFS, cf https://en.wikipedia.org/wiki/Reiser4
  GlusterFS:
    text: GlusterFS
    description: Gluster File System, cf https://en.wikipedia.org/wiki/Gluster#GlusterFS
  MapR_FS:
    text: MapR_FS
    description: MapR clustered file system, cf https://en.wikipedia.org/wiki/MapR_FS
  OneFS:
    text: OneFS
    description: Dell One File Fystem,cf https://en.wikipedia.org/wiki/One_File_System
  Other:
    text: Other
    description: Any other proprietary file system