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
Hey I noticed that my disk that uses LVM does not show used/free space Here screenshots of how it looks like: Different terminal and font:
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
/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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey I noticed that my disk that uses LVM does not show used/free space
Here screenshots of how it looks like:
Different terminal and font:
It shows some weird questionmark instead
This is the output of:
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
The text was updated successfully, but these errors were encountered: