LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   finding the type of file system (https://www.linuxquestions.org/questions/linux-software-2/finding-the-type-of-file-system-615508/)

kakil 01-22-2008 10:50 AM

finding the type of file system
 
Hi guys
I bought a pc contain redhatlinux
how can I know what is the type of the file system

b0uncer 01-22-2008 10:58 AM

Code:

mount
Should show information about the mounted filesystems, including their type. For example:
Quote:

/dev/sda3 on /home type ext3 (rw)
Or you could use
Code:

fdisk -l
as root, but I guess mount's output is nicer.


All times are GMT -5. The time now is 02:53 PM.