LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Hard Disk Partition (https://www.linuxquestions.org/questions/linux-newbie-8/hard-disk-partition-194132/)

nature_priyan 06-16-2004 07:01 AM

Hard Disk Partition
 
Hi Friends,


How to create a new hard disk partition ?


yours,
nature_priyan.

Demonbane 06-16-2004 07:14 AM

fdisk / cfdisk

nature_priyan 06-16-2004 07:33 AM

My hard disk has 3 Partitions

/dev/hda1 /boot
/dev/hda2 /root
/dev/hda3 /swap

I gave the command

fdisk /dev/hda4

To Create another Partition

it is Giving

Unable to read /dev/hda4

What 's wrong with me?

can u please explain?

sporadic235 06-16-2004 07:57 AM

it's due to the fact that /dev/hda4 does not exist

tuxrules 06-16-2004 04:19 PM

you will only be able to create a partition if you have any free space. If not then you'll have to resize your partitions...

fdisk -l to see what you have on your hard drive.


All times are GMT -5. The time now is 05:11 PM.