Pages

Google Ads

Showing posts with label Linux command that shows Filesystem information. Show all posts
Showing posts with label Linux command that shows Filesystem information. Show all posts

Friday, June 05, 2009

Linux command that shows Filesystem information

Hello folks,

Below there is a command really good.

If you want to see about your computer FileSystem type:

df -h

See the example:

caio@coruja-mobile:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 56G 36G 18G 67% /
tmpfs 2.0G 0 2.0G 0% /lib/init/rw
varrun 2.0G 348K 2.0G 1% /var/run
varlock 2.0G 0 2.0G 0% /var/lock
udev 2.0G 184K 2.0G 1% /dev
tmpfs 2.0G 88K 2.0G 1% /dev/shm
lrm 2.0G 2.7M 1.9G 1% /lib/modules/2.6.28-11-generic/volatile
/dev/sdb1 466G 283G 184G 61% /media/Elements
/dev/sda3 59G 45G 15G 76% /media/disk
/dev/sda4 116G 31G 86G 27% /media/Datos
caio@coruja-mobile:~$