facts v0.1.0 Facts.Disk

Summary

Functions

Facts.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

partitions(all \\ true)
partitions(boolean) :: tuple

Facts.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.