[plug] Disk space ...

Ben Jensz plug at jensz.id.au
Sun May 21 22:07:47 WST 2006


Tomasz Grzegurzko wrote:
> # ln -s /usr/tomasz /home/tomasz
> There. My home directory is in another partition, and I get the space
> I want now. From my perspective, I'm still at /home/tomasz too, which
> is nice.
>
Another alternative is to remount a directory from part of the file 
system that has space to the location that is running out of space, like so:

mv /home/tomasz /usr/
mkdir /home/tomasz
mount --bind /usr/tomasz /home/tomasz

That's just another way of doing it, and you're then not using symlinks.


/ Ben




More information about the plug mailing list