Ubuntu – Dual boot Win 10 + Ubuntu SSD+HDD

dual-bootpartitioningssd

first of all thank you for answering.

I have a 120GB SSD and a 1TB HDD and I want to dual boot with Windows 10. I tried with this configuration:

SSD

/ (ext4 20GB)
/usr (ext4 15GB)
/boot/efi (ext4 250MB)

HDD

/var (ext4 3GB)
/tmp (ext4 8GB)
/home (ext4 50GB)
swap (none 24GB) (RAM 16GB)

I don't know if I am doing OK, as I tried to install it but installation gets stuck at "Saving installed packages…" and it doesn't continue. I wonder if it could be cause I didn't partitioned as I had to. I don't find any post where this happens so I ask here.

Thanks!

Best Answer

Installing the / partitioning on the SSD instead of on the HDD will give much better performance and stability, but your partitioning scheme is too complicated and there's not enough space in / . At least 25GB is recommended for / and you'll probably need more than that. We can discuss the exact amount of / that is required. All you need is / and optionally swap and /home, but in new installations of Ubuntu 17.04 and later a swap file is created instead of a swap partition, so you don't need a swap partition either.

The more information that you provide, the more specific the recommendation can be. Let's start with a general recommendation. SSDs are rugged and durable so read and write cycles is not the most important issue. Disk space on an SSD is expensive compared to disk space on an HDD so it's important to conserve valuable space on the SSD by not cluttering it with unnecessary partitions.

Related Question