I have an Ubuntu Studio installation currently on one spinning disk, and I've just bought an SSD which I've installed into the computer. I'm planning to do a fresh install over both disks... but I'm not sure what to put on which disk.
Obviously root goes on the SSD; that's the whole point of it. I think I'll have to put a small /boot partition on the spinning disk, because the BIOS isn't recognising the SSD as a boot device (my guess is that only the first two SATA devices are bootable, and I can't be bothered to re-arrange the cables).
But then... what else?
Should I just put /home on the spinning disk and be done with it, or should I put it on the SSD so that it can have fast access to my dotfiles and then symlink Documents, Music, etc onto the spinning disk?
What about swap? Presumably that'll kill the SSD pretty quickly, so put it on the spinning disk? I've got plenty of RAM in the machine and a low swappiness, so it doesn't get used that much anyway.
Last time I used SSDs it was recommended not to put logs on them to avoid wearing it out too quickly. Does that still hold true, and if so do I want a separate partition for /var on the spinning disk?
Thanks!