LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Information about Disk sapce in linux (https://www.linuxquestions.org/questions/linux-newbie-8/information-about-disk-sapce-in-linux-461119/)

lieuquocdat 07-05-2006 03:55 AM

Information about Disk sapce in linux
 
I using RAID0 installing Red hat linux AD 4.0 in text mode . Who can show me the way in order to check the disk drive capacity?

jeremy 07-05-2006 08:08 AM

Moved: This thread is more suitable in Linux - Newbie and has been moved accordingly to help your thread/question get the exposure it deserves.

--jeremy

JimBass 07-05-2006 09:25 AM

The wonderful "df" will give you the info about used space on all mounted drives.

Just enter as any user
Code:

df -h
The -h makes it human friendly, based on 1024. -H does based on 1000.

Peace,
JimBass


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