I want to install Ubuntu 18.04 in a new drive (say /dev/sdb
) in a machine that already has one drive (say /dev/sda
) with Ubuntu 16.04 on it, making sure I don't lose any data. I also want to leave the Ubuntu 16.04 in disk sda as it is.
To do that, I have installed the new disk in the machine and run the Ubuntu installation process.
After a couple of steps, I click on Something else, and I reach a disk partition table.
On that screen I create three new partitions for the new drive, sdb, one ext4 with 30gb with a mount point /
, for the operating system itself, one ext4 with 470gb with a mount point /home
, and a 10GB one for swap. I am also specifying the new disk, sdb, as the place to install the boot loader.
The concern I have is that I can't see in the screen anywhere to specify in which drive and partition exactly the operating system needs to be installed, and I worry that could accidentally be installed in some partition of the old drive and destroy data.
How can I specify that the Ubuntu 18.04 should be installed in the 30GB partition of sdb mounted at /
?