1/15/2013

How to check linux file system type.

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