Sylvhem utilise witches.town. Vous pouvez læ suivre et interagir si vous possédez un compte quelque part dans le "fediverse".

I already regret making my root partition only 10Go. Between LaTeX and my dual 32/64-bits architecture (thanks videogames) I'm almost out of space.

@Sylvhem You also can use bind mounting. This solves a lot of problems :)

@laeti Bind mounting? I never heard of that. I'll give it a look :).

@Sylvhem it's basically mounting a directory in a mountpoint.

For example, you have /dev/sda3 mounted at /srv and a directory /srv/home

You can do mount -o bind /srv/home /home and you have the content of /srv/home in /home.

Sylvhem @Sylvhem

@laeti Thank you for the explanation!