Click to See Complete Forum and Search --> : Need help on partitioning


nafsnipe685
01-21-2004, 04:00 PM
I have a 128mb jumpdrive im tring to put fat back on because i accidently removed the partition on, i use it to go between several computers, one windows, and two Red Hat 9 computers....can anyone tell me a program on either linux or windows capable of that!!!!

Hayl
01-21-2004, 04:02 PM
to repartition:

fdisk in windows or linux

cfdisk for a (slightly) easier one - linux only

deathadder
01-21-2004, 04:03 PM
When its mounted in Red Hat, have you tried to create a partition on with with:

fdisk /dev/sda1 <or what ever the device is>

nafsnipe685
01-21-2004, 04:06 PM
well it will let me create a mkfs or ext2 filesystem on the jumpdrive, but it just refuses to let me make a fat partiton on it....i type mkfs.vfat and it comes up with errors...same with mkfs.msdos!!!
but ill try fdisk!!!

deathadder
01-21-2004, 04:11 PM
fdisk is used to create a partition on it, not the filesystem, the errors you are having while formatting it as fat are probably caused by the fact that you dont have a partition.

nafsnipe685
01-21-2004, 04:13 PM
ok so all i have to do is use fdisk and make a partition on it and then use mkfs.msdos?

And thanks by the way!!!

deathadder
01-21-2004, 04:42 PM
Yeah thats all you need to do

mdwatts
01-21-2004, 04:52 PM
Create the partition(s) with fdisk and then

mkfs.msdos -F 16 /dev/sda1

For FAT16 and if sda1 is the correct device.

nafsnipe685
01-22-2004, 07:50 PM
thanks that worked perfectly!!!!!