I've been struggling for 5 days now, and I can't get my second harddrive configured properly.
I set my 40GB harddisk to secondary master, so RedHat recognizes the disk as /dev/hdc. I use fdisk to add a partition using:
# fdisk /dev/hdc
partion: 1
etc...
Using 'fdisk p' I can see the new partition, and I use w to save the changes I made.
So now I'd like to format the partition to ext3, using:
# mke2fs -t /dev/hdc1
I get an error message that says the partition is not big enough to create this format.
Can someone tell me step-to-step, which steps I need to make to get the partition working? Oh yeah, I figured I have to set a mountpoint for partition /dev/hdc1, let's say /server... How do I get this done?
I set my 40GB harddisk to secondary master, so RedHat recognizes the disk as /dev/hdc. I use fdisk to add a partition using:
# fdisk /dev/hdc
partion: 1
etc...
Using 'fdisk p' I can see the new partition, and I use w to save the changes I made.
So now I'd like to format the partition to ext3, using:
# mke2fs -t /dev/hdc1
I get an error message that says the partition is not big enough to create this format.
Can someone tell me step-to-step, which steps I need to make to get the partition working? Oh yeah, I figured I have to set a mountpoint for partition /dev/hdc1, let's say /server... How do I get this done?