ExFacts v0.1.5 ExFacts.System.Disk
Summary
Functions
ExFacts.Disk.partitions/1
reads the disk information from the host, cleans up the data a bit and returns a list
with the info. Depending on the value of all it will return all disks if true, or only physical disks if false
Functions
generate_list(data)
generate_list(data :: []) :: %ExFacts.System.Disk.PartitionStat{device: term, fs_type: term, mount_point: term, opts: term}
ExFacts.Disk.partitions/1
reads the disk information from the host, cleans up the data a bit and returns a list
with the info. Depending on the value of all it will return all disks if true, or only physical disks if false.