I have an SSD I want to boot from it, but use the HDD to store installed programs and keep the home folder.
I'm running Linux Fedora 19.
How do I set that up?
I have an SSD I want to boot from it, but use the HDD to store installed programs and keep the home folder.
I'm running Linux Fedora 19.
How do I set that up?
During installation you will be asked which disk to use and which partitions to mount. Reading you question I think you want this:
[SSD]
/boot
/
SWAP
[HDD]
/usr
/tmp
/home
Why this?
[SSD]
/ (the root filesystem) is usually quite small and it is here where you usually have the mount points for other filesystems such as /usr, /usr/local, /opt, /var, /lib etc. Some of these you want to keep on /, such as var and lib. Others such as /usr/, /usr/local/ and /home are best mounted from another partition.[HDD]
Set up a /boot partition on the SDD and leave the other partitions on the HDD.
To make the best of your SDD I reckon you should put /boot and / on the SDD and have /home on the HDD.
If your system has a low amount of RAM and/or you're swapping a lot, consider putting SWAP there as well