LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Need to know what type of File System have in my System. (https://www.linuxquestions.org/questions/linux-software-2/need-to-know-what-type-of-file-system-have-in-my-system-4175478404/)

betoco 09-24-2013 05:48 PM

Need to know what type of File System have in my System.
 
Hello,

I had used in other Unix, the command "fstyp" to know what type of File System has configured, also could check de file /etc/fstab but in Linux I canīt find them.

Could you please tell me under Linux what commands can I used to get the same result?

Alberto

teckk 09-24-2013 06:13 PM

Code:

parted -l
Code:

mount | grep sd
Code:

cat /etc/fstab

Habitual 09-24-2013 06:55 PM

df -hT


All times are GMT -5. The time now is 04:46 AM.