So I have a second internal drive that I want to install Ubuntu 14.04 onto but it already has data on it that I don't want to mess with. How can I go about installing without affecting this data?
-
Is first drive booting with BIOS(MBR) or UEFI (gpt). And then is second drive using the same type of partitioning MBR(msdos) or gpt. Be sure to use Something Else and install grub2's boot loader to second drive not sda. http://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation and: https://help.ubuntu.com/community/Grub2/Installing – oldfred Apr 17 '15 at 00:11
2 Answers
Move the files someplace else and then install Ubuntu 14.04.
-
That was always in my mind but I don't have a hard drive that big that can store those files. Isn't there a way to create a secondary partition on the existing hard drive? If so, what filesystem? – 991gal Apr 16 '15 at 23:23
Yes, there is a way to do what you want. Burn Ubuntu to a CD or USB drive and then boot from it. On the first screen, select Try Ubuntu
. Open Unity Dash by clicking the Ubuntu logo at the top of the launcher and search Gparted
. Here you can partition the other drive. You can just leave the free space as free space; the setup program will be able to format it correctly. Once you're done partitioning (don't forget to hit Apply) close Gparted and open the setup program again (second icon in the launcher). When you hit the screen where the setup asks where you want to install Ubuntu, select Something Else
and select the free space you made. I'll add formatting to this if it makes it easier to follow.

- 19,395
- 12
- 50
- 65
-
By free space, do you mean unallocated space? If I try to partition the unallocated space, it asks for free space preceding, new size, and free space following. Which do I enter in the values for? Appreciate your help. – 991gal Apr 17 '15 at 20:30
-