LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Hard disk space (https://www.linuxquestions.org/questions/linux-newbie-8/hard-disk-space-434414/)

mcanallyd 04-12-2006 05:22 AM

Hard disk space
 
I have a old computer with 10G hard drive. Fedora Core 4 is installed and running well on this computer.

If I turn the computer off and insert a second hard drive; can I expect the computer to come up and see an additional hard drive?

If so, can't I start using it as in: /newdrive/whateverapp/whateverfile/ and-so-on?

Thanks.

Alien_Hominid 04-12-2006 05:43 AM

Yes, computer will see it, but linux won't use its space unless you mount it. Run fdisk -l /dev/hdx (change hdx into hard drive location) to check if its partitions are recognized by Linux. If not, you need to format them and add entries to fstab that these partitions could be loaded through boot.

rconan 04-12-2006 07:36 AM

Probably the best thing to do is add the drive to your LVM Volume Group and extend your root partition.

You might have to delete your swap partition temporarily though and recreate it again at the end of the VG


All times are GMT -5. The time now is 09:14 PM.