Results 1 to 5 of 5
Hi. I want to switch to a different distro. So now I have 2 linux distros on my computer, and also win 7 (as a backup). how do i delete ...
- 02-26-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 15
how delete multiple distros
Hi. I want to switch to a different distro. So now I have 2 linux distros on my computer, and also win 7 (as a backup). how do i delete the other distros and keep the one I want?
thanks!
- 02-26-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,093
You can install new distros onto the partitions holding distributions that you no longer want, or you can delete the unwanted partitions altogether. You'll also need to edit the GRUB configuration file and the fstab file to reflect any changes that you make to the partition table.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-27-2010 #3
Which distro do you want to keep? Boot up from it and execute these commands :
Post the output here. Post the contents of /boot/grub/grub.conf (or menu.lst, if any) file too.Code:sudo fdisk -l cat /etc/fstab
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-27-2010 #4Just Joined!
- Join Date
- Aug 2009
- Location
- Evil Empire
- Posts
- 33
use fdisk to format the unnecessary partitions, install new distribution and fix your grub.conf with new settings.
- 02-27-2010 #5
There is no need to use command line tool, fdisk for handling partitions. Disk Utility is available in most of LiveCDs/DVDs and its Graphical Interface is user friendly.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
