View Single Post

  #2  
Old 07-05-2005, 09:56 PM
Nesbit Offline
Registered User
 
Join Date: Oct 2003
Posts: 65
Hi cheetahman

Actually you can delete your Suse Linux partition(s) from within XP.
Boot XP.
Click Start/Control Panel/Performance and Maintenance/Administrative Tools.
Dbl click the Computer Management icon.

In the Left pane on the Computer Management window click Disk Management.
The Right pane should show a graphical display of your drive(s)
Something like this:


There should be two linux partitions shown as "Healthy (Unknown Partition)".
If you Right click on a partition you get a menu:

Select from the menu "Delete Logical Drive".
Start with the smaller partition, it should be the SWAP file.
Then repeat the process for the larger of the two.

That will leave Free space where the two linux partitions were.


Right click in the Free space and select from the menu:
"New Logical Drive"___If you want to create a storage partition.
"Delete Partition"_____If you want to create Unallocated space.



If you create "Unallocated" space you have two options.
By Right clicking in the Unallocated space and choosing from the menu "New Partition",
You can create a Primary or Extended partition.
If you create an Extended partition, you must then create a Logical drive within it.
All created partitions must be formated Fat32 or NTFS to be seen by Windows.


If you want to expand the C: partition into the Unallocated space,
a third party application would have to be used such as Partition Magic.


After formating and rebooting the computer
boot may freeze at the GRUB boot loader.

The easiest way to delete the grub loader is boot
the computer using a Win98 boot disk. (yes this does work for XP)
At the A:\> prompt type
fdisk /mbr
and press Enter.
Reboot the computer. XP should load.

Any time your working with partitions backup as much as possible.
Reply With Quote