# Functions
Ceiling returns the smallest integer equal to or larger than val that is evenly divisible by unit.
Floor returns the largest integer equal to or less than val that is evenly divisible by unit.
GetPartitionKname - get the name of the num partition device on diskName.
GetPartitionsBlockDevice - return the block device name ('sda') given input of a partition, either kname (sda1) or /dev/sda1.
No description provided by the author
GetUdevInfo return a UdevInfo for the device with kernel name kname.
IsSysPathRAID - is this sys path (udevadm info's DEVPATH) on a scsi controller.
NameByDiskID - return the linux name (sda) for the disk with given DiskID.
System returns an linux specific implementation of disko.System interface.
VolumeManager returns the linux implementation of disko.VolumeManager interface.
# Constants
No description provided by the author
No description provided by the author
# Variables
ErrNoPartitionTable is returned if there is no partition table.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author