Structsยง
- Device
- Devices
Output ๐ - Loopback
Cleanup ๐Handle - Handle to manage the cleanup helper process for loopback devices
- Loopback
Device
Constantsยง
- BIOS_
BOOT - BIOS boot partition type GUID for GPT
- ESP
- EFI System Partition (ESP) for UEFI boot on GPT
- ESP_
ID_ MBR - MBR partition type IDs that indicate an EFI System Partition. 0x06 is FAT16 (used as ESP on some MBR systems), 0xEF is the explicit EFI System Partition type. Refer to https://en.wikipedia.org/wiki/Partition_type
Functionsยง
- blkid_
probe ๐ - Probe a device with
blkid -pand return all discovered properties as key-value pairs. - have_
udev ๐ - Check whether the udev database is accessible (cached for the process lifetime).
- list_
dev - list_
dev_ by_ dir - List the device containing the filesystem mounted at the given directory.
- list_
dev_ ๐for_ zfs_ dataset - parse_
size_ mib - Parse a string into mibibytes
- run_
loopback_ cleanup_ helper - Main function for the loopback cleanup helper process This function does not return - it either exits normally or via signal