Find File System Type in command line

by Subramanian 2014-09-23 17:45:21

Find File System Type in command line :

Command :
# df -hT | awk '{print $1,$2,$NF}' | grep "^/dev"

Output :
/dev/sda3 ext3 /
/dev/sda1 ext3 /boot
1090
like
0
dislike
0
mail
flag

You must LOGIN to add comments