Column Name | Data Type | Description |
capacity_kb | NUMBER | File system capacity in KiB. |
file_system_name | STRING | File system name. |
file_system_type | STRING | The host file system type. Possible values include: FAT- File Allocation Table FAT32 same as above CIFS- Common internet file system NTFS- NT file system or New Technology File System NFS- Network File System Ext2 Second extended file system Ext3 Third extended file system Hfs - Hierarchical File System Jfs -Journaled File System Jfs2 -enhanced journaled file system Ufs -Unix file system Vxfs -Veritas File System |
filesystem_id | NUMBER | Foreign key to filesystem details. |
host_id | NUMBER | Foreign key to host details. |
mount_point | STRING | Filesystem mount point |
pct_available | NUMBER | Filesystem available capacity percentage. |
storage_type | STRING | Storage type: Possible values: D-DAS N-NAS S-SAN. |
used_kb | NUMBER | Filesystem used capacity in KiB. |