On Wed, 27 Jan 2010 18:54:31 -0500
Ted Unangst <ted.unan...@gmail.com> wrote:

> I suspect man growfs may be closer to his needs. Hopefully g is at the  
> end of a drive with some space left.
> 
> On Jan 27, 2010, at 5:11 PM, "L. V. Lammert" <l...@omnitec.net> wrote:
> 
> > On Wed, 27 Jan 2010, Yamidt Henao wrote:
> >
> >> Hi,
> >>
> >> somebody know how I can change the mount available in me file system?
> >>
> >> # df -h
> >> Filesystem     Size    Used   Avail Capacity  Mounted on
> >> /dev/wd0a      159M   70.5M   80.4M    47%    /
> >> /dev/wd0f     11.6M    130K   10.9M     1%    /home
> >> /dev/wd0d     19.3M   12.0K   18.3M     0%    /tmp
> >> /dev/wd0g      632M    632M  -31.6M   105%    /usr
> >> /dev/wd0e      2.3G    641M    1.6G    28%    /var
> >>
> > man fstab
> 

He's growing something fat in /usr.  This content should
moved to somewhere in /var, say /var/youser/, and then
linked back into /usr with

ln -s /var/youser /usr/youser 

ergo, 
man mv
 and
man ln
have my vote ;-)

Dhu

Reply via email to