mirror of
https://github.com/smxi/inxi.git
synced 2025-09-04 11:39:22 +00:00
added more btrfs data collection
This commit is contained in:
parent
b213abd918
commit
fed93dada2
1 changed files with 2 additions and 0 deletions
2
inxi
2
inxi
|
@ -1778,6 +1778,8 @@ debug_data_collector()
|
||||||
# bsd tool
|
# bsd tool
|
||||||
mount &> $debug_data_dir/mount.txt
|
mount &> $debug_data_dir/mount.txt
|
||||||
btrfs filesystem show &> $debug_data_dir/btrfs-filesystem-show.txt
|
btrfs filesystem show &> $debug_data_dir/btrfs-filesystem-show.txt
|
||||||
|
btrfs filesystem show --mounted &> $debug_data_dir/btrfs-filesystem-show-mounted.txt
|
||||||
|
btrfs filesystem show --all-devices &> $debug_data_dir/btrfs-filesystem-show-all-devices.txt
|
||||||
gpart list &> $debug_data_dir/bsd-gpart-list.txt
|
gpart list &> $debug_data_dir/bsd-gpart-list.txt
|
||||||
gpart show &> $debug_data_dir/bsd-gpart-show.txt
|
gpart show &> $debug_data_dir/bsd-gpart-show.txt
|
||||||
gpart status &> $debug_data_dir/bsd-gpart-status.txt
|
gpart status &> $debug_data_dir/bsd-gpart-status.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue