permanently mount multiple directories from different disks under root [on hold]
- by piotrek
I have SSD and HDD. Some directories like /var /srv /tmp should be on hdd while /boot /usr /lib on ssd. But do I have to create separate partition for every single directory? i want to have 2 or so partitions. one for each disk and distribute directories as needed. is it possible? and how?
i've heard about symlinks, mount --bind, mhddfs but:
symlinks are treated differently by tools like cp so i'm not sure if it's safe to have main system directories symlinked
i have no idea how can I use mount --bind or mhddfs in fstab