OSFileStoreImpl
constructor( name: String, volume: String, label: String, logicalVolume: String, mount: String, description: String, type: String, options: String, uuid: String, freeSpace: Long, usableSpace: Long, totalSpace: Long, freeInodes: Long, totalInodes: Long, updateAttributes: Boolean)
Parameters
name
The name of the file store.
volume
The volume identifier for the file store.
label
The label assigned to the file store.
logicalVolume
The logical volume associated with the file store.
mount
The mount point of the file store.
description
A description of the file store.
type
The type of the file store (e.g., NTFS, ext4).
options
The options associated with the file store.
uuid
The unique identifier for the file store.
freeSpace
The amount of free space in bytes.
usableSpace
The usable space in bytes.
totalSpace
The total space in bytes.
freeInodes
The number of free inodes.
totalInodes
The total number of inodes.
updateAttributes
Whether the file store updates its attributes.