[kanchilug] [Tip] Currently mounted file-systems in nice layout

  • From: "Tha.Suresh" <jemenisuresh@xxxxxxxxx>
  • To: ILUG-C <ilugc@xxxxxxxxxxxxx>, KanchiLug <kanchilug@xxxxxxxxxxxxx>, ilug-bengaluru@xxxxxxxxxxxxxxxx, puduvailug@xxxxxxxxxxxxx, Linux Delhi <iitdlug@xxxxxxxxxxxxxxxx>, Linux Delhi <ilugd@xxxxxxxxxxxxxxxxxxxxx>, Mlug <glug-meerut@xxxxxxxxxxxxxxxx>
  • Date: Thu, 23 Jun 2011 11:41:34 +0530

$ mount | column -t

Particularly useful if you're mounting different drives, using the following
command will allow you to see all the filesystems currently mounted on your
computer and their respective specs with the added benefit of nice
formatting.


Ex:

[suresh@mercury ~]$ mount | column -t
/dev/sda2         on  /                          type
ext4                   (rw)
proc                on  /proc                     type
proc                   (rw)
sysfs              on  /sys                      type
sysfs                  (rw)
devpts             on  /dev/pts                type  devpts
(rw,gid=5,mode=620)
tmpfs              on  /dev/shm               type  tmpfs
(rw)
/dev/sda1        on  /boot                     type  ext2
(rw)
/dev/sda5        on  /home                    type  ext4
(rw)


-- 
Warm Regards,
Tha.Suresh


My experiences with Linux:  http://thasulinux.wordpress.com
Cooool Linux Tips & Tricks: http://gnutips.wordpress.com
Free/Open Source Jobs:      http://fossjobs.in

Other related posts:

  • » [kanchilug] [Tip] Currently mounted file-systems in nice layout - Tha.Suresh