LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how much hard drive space do i have? (https://www.linuxquestions.org/questions/linux-general-1/how-much-hard-drive-space-do-i-have-98564/)

kfrancisco 09-30-2003 06:52 AM

how much hard drive space do i have?
 
Hey you guys, this should be a easy question. I'm using Red Hat Linux 9 Gnome...how do i find out my hard drive space information (such as total size, used space, free space). Thanx

TekniDude 09-30-2003 07:10 AM

Run this command in your terminal: df -h

It will show you all your partitions and the total size, used size, and available percentage.
The -h option sets it to human readable output, which is quicker to read.

-Jason

Winno 09-30-2003 10:07 AM

Or try the Gnome system monitor. Go to Main menu > System Tools > System Monitor. Then go to the System Monitor tab. The partitions and space usage are in the devices section in the bottom. You may need to drag its handle up though.

Blinker_Fluid 09-30-2003 10:15 AM

fdisk -l (as root) will show partitions also


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