Monday, April 29, 2024
38
rated 0 times [  38] [ 0]  / answers: 1 / hits: 7771  / 2 Years ago, wed, april 13, 2022, 10:54:24

Is there any way to check it from command line?


More From » command-line

 Answers
5

You can also check it by df -T



Sample output:



Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/hdb1 ext3 19228276 14737848 3513680 81% /
tmpfs tmpfs 383960 4 383956 1% /dev/shm


You can also try df -hT



From man df:



-h, --human-readable
print sizes in human readable format (e.g., 1K 234M 2G)
-T, --print-type
print file system type

[#41323] Thursday, April 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
losbu

Total Points: 71
Total Questions: 124
Total Answers: 106

Location: Honduras
Member since Sat, Jul 24, 2021
3 Years ago
;