We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: Currently only the partition number as it is found in sequence on the device is shown
Suggestion: Use partition's LABEL value if it has one
LABEL
Also: If there is more than 1 partition on a device, and it doesn't have a LABEL, show it as (Partition 1)
(Partition 1)
Sample setup:
blkid:
/dev/sdb1: UUID="uuid" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="uuid" /dev/sda1: LABEL_FATBOOT="EFI" LABEL="EFI" UUID="uuid" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="uuid" /dev/sdb3: LABEL="Win10 OS" BLOCK_SIZE="512" UUID="uuid" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="uuid" /dev/sdb5: UUID="uuid" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="uuid" /dev/sdb6: LABEL="Data" UUID="uuid" BLOCK_SIZE="512" TYPE="exfat" PARTLABEL="Basic data partition" PARTUUID="uuid" /dev/sdb4: BLOCK_SIZE="512" UUID="uuid" TYPE="ntfs" PARTUUID="uuid" /dev/sda2: LABEL="MBP17" UUID="uuid" BLOCK_SIZE="512" TYPE="exfat" PARTUUID="uuid" /dev/sdc1: LABEL_FATBOOT="1GB FAT32" LABEL="1GB FAT32" UUID="uuid" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="uuid" /dev/sdc2: LABEL="4GB ext4" UUID="uuid" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="uuid" /dev/sdc3: LABEL="24GB exFAT" UUID="uuid" BLOCK_SIZE="512" TYPE="exfat" PARTUUID="uuid" /dev/sdb2: PARTLABEL="Microsoft reserved partition" PARTUUID="uuid"
df:
/dev/sda1 201633 83680 117954 42% /media/hdd2 /dev/sdb3 48748560 23381744 25366816 48% /media/sdd2 /dev/sdb5 19593168 17882864 645348 97% /media/sdd3 /dev/sdc1 1046516 758644 287872 72% /media/mmc /dev/sdc2 4046560 2913500 906964 76% /media/usb2 /dev/sdb4 549884 459792 90092 84% /media/sdd4 /dev/sdb1 98304 30954 67350 31% /media/sdd5
The text was updated successfully, but these errors were encountered:
This version is a fork of the version used by OpenATV and it has its own life, so you need to create your requests at OpenATV forums.
Sorry, something went wrong.
No branches or pull requests
Problem:
Currently only the partition number as it is found in sequence on the device is shown
Suggestion:
Use partition's
LABEL
value if it has oneAlso:
If there is more than 1 partition on a device, and it doesn't have a
LABEL
, show it as(Partition 1)
Sample setup:
blkid:
df:
The text was updated successfully, but these errors were encountered: