Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
deleting a Linux partition
Name: Patrick Date: April 26, 2002 at 16:03:33 Pacific
Comment:
Hi, I was wondering if anyone knows how to delete Linux partitions from Windows. I tried Partition Magic as well as fdisk but they just show the Linux partitions and won't touch them. Any help would be greatly appreciated.
Name: dahvaio Date: April 26, 2002 at 16:30:27 Pacific
Reply:
Boot up with a Win9x floppy... Make sure to have FDISK on it...
Run FDISK delete the non-DOS partion create partion exit...
The above is the way I have done it many times to remove LINUX...
0
Response Number 2
Name: BeagleDaddy Date: April 28, 2002 at 00:24:31 Pacific
Reply:
You need to download a program called DELPART and copy it to your DOS bootdisk. Boot to DOS, run DELPART and delete the Linux partitions, then run FDISK to create a primary DOS partition, and then FORMAT the new partition. DELPART is a M$ program intended for deleting NTFS partitions, but it works on anything. You can get it from: http://www.michalferber.com/downloads.asp
Summary: I want to format a linux partition that already exists. This is the first(/dev/sdb1)and only partition on the second scsi disk (/dev/sdb). Linux is installed on the first scsi disk (/dev/sda). I do no...
Summary: 1) easy way: fdisk /dev/hda and press m for options. Deleted the FAT partition and make a linux native partition. mke2fs -c /dev/hda1 2) because your drive has more than 1024 cyliders, LILO can't bo...