Matt Probert

msg:914611 | 7:29 pm on Feb 28, 2005 (gmt 0) |
If Fdisk is reporting logical drives, it sounds like a DOS partition. Have you tried all the deletion options? Matt
|
NickCoons

msg:914612 | 8:03 pm on Feb 28, 2005 (gmt 0) |
Perhaps you can try to create a logical drive and then remove it, then remove the partition. Or you could boot to Knoppix and use Linux's fdisk to remove it.
|
GeorgeGG

msg:914613 | 10:36 pm on Feb 28, 2005 (gmt 0) |
Try from a 'DOS' disk: fdisk /mbr This will rewrite the Master Boot Record, and clear the Lilo boot message and everything. GeorgeGG
|
AceAll

msg:914614 | 11:20 pm on Feb 28, 2005 (gmt 0) |
I beleive the MBR is clear. It is the other partition that is giving me trouble . I tried giving it a logical drive name & then remove the partition but it doesnt work. I will try using the linux fdisk . I thought of another idea that is to run "partition magic" to remove that partition . I hope it works :)
|
StupidScript

msg:914615 | 12:30 am on Mar 4, 2005 (gmt 0) |
If the MBR were clear, you would have no partition information at all. The Master Boot Record is where partition info is stored.
|
dingman

msg:914616 | 1:05 am on Mar 4, 2005 (gmt 0) |
I don't actually know how to do this from Windows, but I'd try writing zeros (or ones) over the first several megabytes of the partition. That way, you get rid of whatever information is fooling fdisk into thinking that you have an extended partition. FWIW, in Linux the command would be something like: 'dd if=/dev/zero of=/dev/peskypartition bs=1M count=8'. Another possibility would be to try changing the type of the partition, so that it is explicitly marked as something Windows understands. It's easy with Linux fdisk/cfdisk/sfdisk. Perhaps Windows fdisk also supports this operation?
|
StupidScript

msg:914617 | 5:55 pm on Mar 9, 2005 (gmt 0) |
Do you have a Windows installation you want to keep on there, or something? I've never had any trouble removing Non-DOS partitions using MS-DOS fdisk. It doesn't matter if it's a Linux boot/swap/data partition. It's Non-DOS. Please post the output of fdisk's partition display so we can get a better handle on what you are looking at.
|
AceAll

msg:914618 | 1:45 am on Mar 10, 2005 (gmt 0) |
well, i removed the partition using the linux fdisk so there is no problem right now .
|
|