mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
added more btrfs data collection
This commit is contained in:
parent
b213abd918
commit
fed93dada2
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…
Reference in a new issue