On Sun, Jul 25, 2010 at 3:27 PM, gachuhi anthony
<gachuhi.anthony@gmail.com> wrote:
Dear Gurus,
Well i have a problem with a freebsd system .
1. /dev/ad0s1a is 109 % full and is mounted on / is there a way i can create space on this .
If you have other partitions, then "yes, you can". For starters, you can move /var to another partition. Just see which other partition has enough space and do:
cd /that/partition
mv /var .
cd /
ln -s /that/partiton/var var
I guess you get the drift. Move /var to the larger partition and then create a symlink in /