You have to delete data off of your drive to do that so far as I know, but here goes:
-Unmount /mnt/ide, /mnt/ide2, and /mnt/ide3
-Do an #fdisk /dev/hda
-Type "d" for delete partition, repeat if necessary
-Type "n" for new partition. Make it 1 GB (it won't automatically put stuff in MB or GB, so you have to do some math and guess). Repeat for other partitions, making each the desired size.
-Do a "mkfs.ext2 /dev/hda1" and a "mkfs /dev/hda2" to make the first and second partitions ext2
-Do a "mkfs.vfat" on the third partition to make it FAT(32?)
Mount the partitions manually or just reboot.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155055\"][{POST_SNAPBACK}][/a][/div]
Hi Capn_Fish,
No offence meant, but I'd add a few things to this :
No need to delete anything, fdisk will take care of that, so : all data on drive will be lost
when creating new partitions :
"n" for new, choose primary, "1" for the first, "2" for the second
for the size : use "+1024M" (and "+2048M" for the second one), just enter for the last one.
setting type of the partition :
"t", choose partition number (1, 2 or 3), use type "83" for the first 2 and type "6" for the third one.
Then save the table :
"w" (write to disk).
BTW : read the instructions on screen during fdisk, they can be very helpful.
and exit fdisk.
After that you can start formatting.
Good luck.
Chero.