0

display the mounted file system types

how can i list/display the mounted partitions file system type in linux, i tried df -h it shows only mounted partitions but not showing the file system type. please share commands to check this on CLI...

kishore
asked Oct 16, 2017
2 Answer
0

df -Th will shows mounted partitions file system type and other alternative commands i tried cat /proc/mounts | awk '{print$3}'.

View More
arunkumarak
answered Oct 16, 2017
0

i tried by using findmnt command it also works.

View More
jagan
answered Oct 19, 2017
Your Answer
||||
x
 
100:0