LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to find out file system type (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-find-out-file-system-type-594547/)

wabaha 10-25-2007 11:31 AM

how to find out file system type
 
Hello,

What's the command to find out the type of a mounted file system (ext2 or ext3)?

Thanks a lot for your help.

strick1226 10-25-2007 11:36 AM

I think "fdisk -l" will provide the information you want.

Perhaps "fdisk -l |more" would be best, as there tends to be a lot of stuff that zooms by :)

tommytomthms5 10-25-2007 11:49 AM

yea what he vsaid but it may require sudo so it will look like

sudo fdisk -l |more

thats -l as in --list and the other thing is hold shift and hit \

colucix 10-25-2007 11:50 AM

The mount command without arguments lists all mounted filesystems along with their type.


All times are GMT -5. The time now is 06:31 PM.