I have a machine that currently has Windows Vista living peacefully with Ubuntu 10.04 but I would like to test out another distro outside of a virtual machine without destroying my current Ubuntu or Windows installs. Is this possible? If so, any recommendations on how to arrange the partitions? I was thinking of moving user home areas to a separate partition and having 1 partition for all Ubuntu files and 1 for all files associated with the other distro.
|
feedback
|
|
For the simplest setup, the installer of the new distro should recognize the two curretly installed operating systems and not interfere with them (install itself to a new partition, add itself to the existing Grub configuration). If you want more convenience, your setup sounds reasonable: set up three partitions, two with mountpoints of / for each OS, and the third with a mountpoint of /home/ used by both. You should be able to set this up reasonably easily with the distribution installers. Note that Linux support for NTFS is now robust, so you might want to just have both mount your Windows partition for most file storage (an advanced setup would be making all three OS put their user profiles in an NTFS partition - not particularly easy but doable). | |||||||
feedback
|
|
Not a unique way to do this but my preference would be similar to your idea, keeping the home on a separate partition and each linux distro on a separate partition. Additionally, I use another data partition in NTFS (to be accessible from windows and both linux in your case) to place documents used in all OS like images, texts, speadsheets, presentations...). | |||
|
feedback
|
|
As long as you are installing Linux after you installed Windows and not the other way around there should be no major problems if you have enough disks or partitions. Your partitions idea seems ok, but i never tried using the same home partition with several linux distros. In theorie it should work, but there might be problems occuring. | |||
|
feedback
|