LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to add a new partition (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-add-a-new-partition-102656/)

bennett 10-10-2003 10:19 PM

How to add a new partition
 
Hi.

I just bought a new 80 GB hd add it on my comp. 2 partitions.
First is 40G fat32(primary), second is 40G ext3(extended).

My redhat9 can detect the new second HD. But I don't know how to mount that.

I tried add these 2 lines in fstab

/dev/hdb1 /extdos vfat defaults 0 0
/dev/hdb5 /extlinux ext3 defaults 0 0

but fail.Do I do it wrong ? Please let me know how to correct this.

ilikejam 10-10-2003 11:55 PM

Try /dev/hdb2 /extlinux ext3 defaults 0 0

I'm assuming you've created the extlinux folder, yes?

Dave

arunshivanandan 10-10-2003 11:58 PM

make sure that the device drives of the partitions are correct.for this try 'fdisk -l' or 'cat /proc/partitions'.then change fstab accordingly.and then do 'mount -a'.

bennett 10-11-2003 12:31 AM

Hi.

I forget to create the folder >"<. I am stupid...

Thanx you guys' comment

Bennett


All times are GMT -5. The time now is 08:41 AM.