2007-08-23, 11:42 PM
Hey everyone I'm a noob ;)
Hey I need help, how do I view the size of my hard drive, and how do I see how much space is left on it? I am run Fedora 7 is it even Possible?
Hard Drive Size?
|
2007-08-23, 11:42 PM
Hey everyone I'm a noob ;) Hey I need help, how do I view the size of my hard drive, and how do I see how much space is left on it? I am run Fedora 7 is it even Possible?
2007-08-24, 06:12 AM
sure it is login as root (on a console/terminal) Code: su - note the space and the minus sign after su, now to see all partitions and all hard discs try this Code: fdisk -l that's l for LIST ok, now if you want to see how much space your hard discs have (including free space) try this Code: df -h cheers anyweb |
« Next Oldest | Next Newest »
|