I was wondering how can i install boinc at /home folder. I have an ssd for root and /home on a hdd. Since boinc does lot of write/read i would like to avoid installing it on my ssd (which i already did via muon). I have trim enabled and working but i would still like to get it on my hdd. Do i have to uninstall/reinstall boinc and if yes how do i install it at /home folder? Thanks in advance :)
There's no need to install application files to your HDD - as any other program files they're very rarely written to. What you need to do is to make BOINC keep its data files on the SSD. From their website:
So what I would do is to install BOINC first, then move
/var/lib/boinc-client/
to somewhere on your SSD (taking care to keep permissions) and create a symlink at/var/lib/boinc-client/
pointing to the new location(alternatively you may check the configs in
/etc/boinc-client
and see if it's possible to change the data directory from there)UPDATE: How to create a symlink:
make sure BOINC is not running
move the directory:
create the symlink: