Win Xp Fedora Dual Boot Problems

Ok I got sfdisk working, but....


[root@localhost root]# sfdisk -d /dev/hdg | sfdisk --no-reread -H255 /dev/hdg

Disk /dev/hdg: 14593 cylinders, 255 heads, 63 sectors/track
Old situation:
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End #cyls #blocks Id System
/dev/hdg1 * 0+ 13053 13054- 104856223+ 7 HPFS/NTFS
/dev/hdg2 13054 13066 13 104422+ 83 Linux
/dev/hdg3 13067 14462 1396 11213370 83 Linux
/dev/hdg4 14463 14592 130 1044225 f W95 Ext'd (LBA)
/dev/hdg5 14463+ 14592 130- 1044193+ 82 Linux swap
New situation:
Units = sectors of 512 bytes, counting from 0

Device Boot Start End #sectors Id System
/dev/hdg1 * 63 209712509 209712447 7 HPFS/NTFS
/dev/hdg2 209712510 209921354 208845 83 Linux
/dev/hdg3 209921355 232348094 22426740 83 Linux
/dev/hdg4 232348095 234436544 2088450 f W95 Ext'd (LBA)
/dev/hdg5 232348158 234436544 2088387 82 Linux swap
Successfully wrote the new partition table

Re-reading the partition table ...
BLKRRPART: Device or resource busy
The command to re-read the partition table failed
Reboot your system now, before using mkfs

If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
[root@localhost root]#
A little help plz :rolleyes:
 
Back
Top