Comment 200 for bug 1575053

Revision history for this message
Sergey Ponomarev (stokito) wrote :

For those who like me want's to move snap folder content to another partition to keep the home volume size you can mount (bind) the folder to another partition:

1. add to /etc/fstab the line
/opt/snap /home/alice/snap none bind
do not forget to replace the `alice` with you user name
2. create /opt/snap folder and move there all content from the ~/shap folder. Note that owner of the /opt/snap folder should be your user.
3. Mount everything with sudo mount -a