Stores file system definition attributes related to hardware assets. Attributes that uniquely define and describe a file system discovered and collected by Unicenter Asset Management.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| hwuuid | byte(16) | not null | Unique identifier for related hardware asset |
| fsdevice | nvarchar(128) | not null | File system device name (i.e. "\Device\HarddiskVolume1", "/dev/hd4") |
| fsname | nvarchar(128) | not null | File system name (i.e. "D:\", "/usr" |
| fslabel | nvarchar(128) | not null | File system label (i.e. "System", "Data") |
| fstype | nvarchar(128) | not null | File system type (i.e., "NTFS", "FAT32") |
| fssize | float | not null | File system size in megabytes |
| fsused | float | not null | File system space used in megabytes |
| fsfree | float | not null | File system space available in megabytes |
Product Name: Unicenter Asset Intelligence
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| hwuuid | storagecomputers | fsname fsfree fssize |
| hwuuid | storagebot50freespace | fssize fsfree |
| hwuuid | storagetop50freespace | fssize fsfree |
| hwuuid | storagefssum | fsname |
| hwuuid | storagefilesystemsum | fsname |