Context: I'm currently adding an SSD to my old laptop, in order to boost it. I'd use this opportunity to fresh re-install my both OS, and give a try to a new distro.
I've now two drives of 250Gio each: /dev/sda
(SSD) and /dev/sdb
(physical drive).
I plan to use the solid state drive for the 3 OS (Win7, Ubuntu 16.04 and Fedora 24), and the physical one for my (shared) files.
Question: How many partitions (physical or logical) are needed on my SSD, assuming that I start from a void disk?
(All my OS and data are currently on the physical drive. I'll empty, format, and then refill it with files once OS install is done.)
My current guess is:
- Primary 1 | 1 Gio | ? | MBR, Grub, etc.
- Primary 2 | 80 Gio | ntfs | Win 7
- Primary 3 | 130 Gio | ext4 | ...
* secondary 3.a. | 60 Gio | Ubuntu
* secondary 3.b. | 60 Gio | Fedora
- Primary 4 | 10 Gio | swap | swap
(I've 8Gio RAM, and will add some empty space between paritions in order to be able to extend this or that later if space is needed.)