is it possible to mount the root file system '/' on one hard drive (where folders like /usr, /boot, etc will be stored) and mount /tmp and /home to another hard drive on the same partition?
Something like this:
HDD1:/ /usr /bin /boot /varHDD2: /tmp /home
I know LVM is possible for creating a single large volume but that is not what I want