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

btrfs subvolumes not displayed. #80

Open
danie-dejager opened this issue Sep 5, 2024 · 1 comment
Open

btrfs subvolumes not displayed. #80

danie-dejager opened this issue Sep 5, 2024 · 1 comment

Comments

@danie-dejager
Copy link

danie-dejager commented Sep 5, 2024

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.

│/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?

@danie-dejager danie-dejager changed the title btrfs subvolumes not displated. btrfs subvolumes not displayed. Sep 5, 2024
@danie-dejager
Copy link
Author

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                  │

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