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...

File system Add a comment
kishore
asked Oct 16 2017

Answer

0

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

Add a comment
arunkumarak
asked Oct 16 2017
edited Oct 05 2018
Post your Answer
0

i tried by using findmnt command it also works.

Add a comment
jagan
asked Oct 19 2017
edited Oct 05 2018
Post your Answer