Skip to content
New issue

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

Disk left label not working with LVM #20

Open
jackra1n opened this issue Mar 26, 2024 · 0 comments
Open

Disk left label not working with LVM #20

jackra1n opened this issue Mar 26, 2024 · 0 comments

Comments

@jackra1n
Copy link

jackra1n commented Mar 26, 2024

Hey I noticed that my disk that uses LVM does not show used/free space
Here screenshots of how it looks like:
image
Different terminal and font:
image

It shows some weird questionmark instead

This is the output of:

excluded_types=(
    "devtmpfs"
    "ecryptfs"
    "squashfs"
    "tmpfs"
)

# shellcheck disable=SC2046
disks="$(df -h --local --print-type $(printf " -x %s" "${excluded_types[@]}") | tail -n +2 | sort -u -k 7)"
echo $disks

output:
/dev/mapper/jack--server--vg-root ext4 1.8T 242G 1.5T 14% / /dev/nvme0n1p2 ext2 456M 103M 329M 24% /boot /dev/nvme0n1p1 vfat 511M 5.9M 506M 2% /boot/efi /dev/sda1 ext4 7.3T 3.8T 3.1T 56% /mnt/wd8tb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant