mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
iiab-diagnostics: Display /etc/fstab
This commit is contained in:
parent
2543831e99
commit
a02798cb1e
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ cat_cmd 'df -h' 'Disk usage'
|
|||
cat_cmd 'df -ah' 'Disk usage detail'
|
||||
cat_cmd 'lsblk' 'Partition mount points'
|
||||
cat_cmd 'blkid' 'Mount point details'
|
||||
cat_file /etc/fstab
|
||||
cat_cmd 'ip addr' 'Network interfaces'
|
||||
cat_cmd 'ifconfig' 'Network interfaces (old view)'
|
||||
cat_cmd 'ip route' 'Routing table'
|
||||
|
|
Loading…
Reference in a new issue