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
I have a btrfs filesystem with subvolumes. dysk shows only one of the three subvolumes.
┌────────────────┬─────┬────┬─────┬─────────┬─────┬──────┬───────────┐ │ filesystem │type │disk│used │ use │free │ size │mount point│ ├────────────────┼─────┼────┼─────┼─────────┼─────┼──────┼───────────┤ │/dev/nvme0n1p1 │ xfs │SSD │2.3Gi│29% █▌ │5.6Gi│ 7.9Gi│/ │ │/dev/nvme2n1 │btrfs│SSD │547Mi│18% ▉ │2.5Gi│ 3.0Gi│/tmp │ │/dev/nvme0n1p128│vfat │SSD │1.3Mi│13% ▋ │8.7Mi│10.0Mi│/boot/efi │ └────────────────┴─────┴────┴─────┴─────────┴─────┴──────┴───────────┘
When I run dysk -a I see the subvolumes but then I see all the other less relevant mounts as well.
dysk -a
│/dev/nvme2n1 │ btrfs │SSD │547Mi│18% ▉ │2.5Gi│ 3.0Gi│/var/log/audit │ │/dev/nvme2n1 │ btrfs │SSD │547Mi│18% ▉ │2.5Gi│ 3.0Gi│/var/tmp │ │/dev/nvme2n1 │ btrfs │SSD │547Mi│18% ▉ │2.5Gi│ 3.0Gi│/var/log │ │/dev/nvme2n1 │ btrfs │SSD │547Mi│18% ▉ │2.5Gi│ 3.0Gi│/tmp
lsblk shows all three: (var/tmp and /tmp is a bind mount)
nvme2n1 259:2 0 3G 0 disk /var/log/audit /var/tmp /var/log /tmp nvme3n1 259:6 0 3G 0 disk
version:
dysk 2.9.0
Can the default behaviour for dysk not always show all the btrfs subvolumes?
The text was updated successfully, but these errors were encountered:
ZFS volumes are listed by default when running dysk
│zmysql/mysqldata │ zfs │ │256Ki│ 0% │3.6Gi│ 3.6Gi│/var/lib/mysql/data │ │zmysql/mysqllogs │ zfs │ │128Ki│ 0% │3.6Gi│ 3.6Gi│/var/lib/mysql/logs │ │zhome/home │ zfs │ │384Ki│ 0% │3.6Gi│ 3.6Gi│/home │ │zhome/root │ zfs │ │256Ki│ 0% │3.6Gi│ 3.6Gi│/root │
Sorry, something went wrong.
No branches or pull requests
I have a btrfs filesystem with subvolumes. dysk shows only one of the three subvolumes.
When I run
dysk -a
I see the subvolumes but then I see all the other less relevant mounts as well.lsblk shows all three: (var/tmp and /tmp is a bind mount)
version:
Can the default behaviour for dysk not always show all the btrfs subvolumes?
The text was updated successfully, but these errors were encountered: