Results 1 to 5 of 5
Hi everybody how to see the sisze of my hdds on a linux command line...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-17-2003 #1Just Joined!
- Join Date
- Sep 2003
- Posts
- 1
How to see the size of my hard drive
Hi everybody how to see the sisze of my hdds on a linux command line
- 09-17-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Do you mean the size of your physical hard drives, partitions, or filesystems?
You can see the physical size of your hard drives in /proc/ide/hd?/capacity, given in 512 byte sectors.
Partitions can be listed with the command "fdisk -l /dev/hd?"
You can check the total, used and free space of all mounted filesystems with the command df.
- 09-19-2003 #3Just Joined!
- Join Date
- Jun 2003
- Location
- Helsinki, Finland
- Posts
- 78
To get it in nice human readable form :
Code:df -h
- 08-16-2007 #4Just Joined!
- Join Date
- Mar 2007
- Posts
- 3
Can You please guide me in finding the Size of an Un-mounted Hard Drive?
- 08-16-2007 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Welcome to the forums, clickmaddy

Hey, you need to start a new thread. This one is 4 years old already. Please check the forum rules for more info:
http://www.linuxforums.org/forum/lin...ums-rules.html
Sorry for any inconvenience...
ozoz



