LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Harddisk Information Required (https://www.linuxquestions.org/questions/linux-general-1/harddisk-information-required-566327/)

hokckey 07-03-2007 11:20 AM

Harddisk Information Required
 
I have a linux fc7 box using KDE.
I have two harddisk installed in my linux system.
But how do I access the second hd or store some files in that.

RoughEdge 07-03-2007 12:38 PM

Have you already partitioned it during the install process? If you open your home directory in KDE and look at the bottom, it will tell you how much free space you have. Check to see if you have the free space you are expecting. I know there are probably better ways to check the exact size of each partition but I can't remember off hand :confused:

dx0r515t 07-03-2007 02:13 PM

Try this at the command line:
Code:

df -h
That will show you the partitions on your system as well as the size. Plus where their mounted.

farslayer 07-03-2007 04:00 PM

I would use fdisk -l to see all the drives/sizes/partitions

fdisk -l


All times are GMT -5. The time now is 01:36 PM.