Show mounted partitions with a nice layout
This command shows the result of a mount command in a nice table layout
# mount | column -t
Result
/dev/sda1 on / type ext4 (rw,errors=remount-ro) /dev/sda2 on /home type ext4 (rw)
A chronological documentation test project, nothing serious, really!
This command shows the result of a mount command in a nice table layout
# mount | column -t
Result
/dev/sda1 on / type ext4 (rw,errors=remount-ro) /dev/sda2 on /home type ext4 (rw)