I restarted everything, i really want to succeed with this and this is where i am now:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe9518e91
Device Boot Start End Blocks Id System
/dev/sda1 * 1 6374 51199123+ 7 HPFS/NTFS
/dev/sda2 6375 38913 261369517+ 5 Extended
/dev/sda5 6375 19123 102406311 7 HPFS/NTFS
/dev/sda6 19124 24242 41118336 83 Linux
/dev/sda7 24243 25416 9430123+ 82 Linux swap / Solaris
/dev/sda8 25417 38913 108414621 83 Linux
Disk /dev/sdb: 8024 MB, 8024752128 bytes
122 heads, 58 sectors/track, 2215 cylinders
Units = cylinders of 7076 * 512 = 3622912 bytes
Disk identifier: 0x04030201
Device Boot Start End Blocks Id System
/dev/sdb1 1 2216 7836576 7 HPFS/NTFS
Then:
[root@localhost guest]# umount /dev/sdb1
umount: /dev/sdb1: not mounted
Followed by:
[root@localhost guest]# fdisk /dev/sdb1
Command (m for help): p
Disk /dev/sdb1: 8024 MB, 8024653824 bytes
247 heads, 62 sectors/track, 1023 cylinders
Units = cylinders of 15314 * 512 = 7840768 bytes
Disk identifier: 0x6e697373
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdb1p1 ? 126438 246330 918008208 4f QNX4.x 3rd part
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(335, 10, 2) logical=(126437, 212, 33)
Partition 1 has different physical/logical endings:
phys=(327, 84, 13) logical=(246329, 56, 32)
Partition 1 does not end on cylinder boundary.
/dev/sdb1p2 ? 125235 160787 272218546+ 73 Unknown
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(371, 114, 37) logical=(125234, 235, 32)
Partition 2 has different physical/logical endings:
phys=(256, 101, 36) logical=(160786, 134, 58)
Partition 2 does not end on cylinder boundary.
/dev/sdb1p3 ? 118753 154287 272087568 2b Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(364, 116, 50) logical=(118752, 125, 38)
Partition 3 has different physical/logical endings:
phys=(372, 65, 44) logical=(154286, 245, 57)
Partition 3 does not end on cylinder boundary.
/dev/sdb1p4 ? 185747 185751 27487 61 SpeedStor
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(372, 101, 51) logical=(185746, 166, 19)
Partition 4 has different physical/logical endings:
phys=(269, 114, 52) logical=(185750, 64, 60)
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
Command (m for help):
So i figure that the usb drive is "sdb" so i am using sdb1
When it gets to type d to delete a partition, i am thinking about this:
/dev/sdb1p1 ? 126438 246330 918008208 4f QNX4.x 3rd part
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(335, 10, 2) logical=(126437, 212, 33)
Questions.....

Is that the one that i have to delete and if yes how to i use d to to it
Am i going to have more to delete
Do i have to type n after that to create the new partition
Thanks
