Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2002 12:48:53 -0400 (EDT)
From:      Jerry McAllister <jerrymc@clunix.cl.msu.edu>
To:        kdagee@attglobal.net (karl agee)
Cc:        bts@babbleon.org (Brian T. Schellenberger), jerrymc@clunix.cl.msu.edu (Jerry McAllister), FreeBSD-Questions@FreeBSD.ORG (freebsd-questions)
Subject:   Re: Linking a directory to another filesystem
Message-ID:  <200207261648.g6QGmr419547@clunix.cl.msu.edu>
In-Reply-To: <1027656795.499.22.camel@enterprise.workgroup> from "karl agee" at Jul 25, 2002 09:15:04 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> On Thu, 2002-07-25 at 20:13, Brian T. Schellenberger wrote:
> 
> > 
> > At this point, I strongly suggest that you follow up to this with 
> > 
> > - The output from the "df" command, and
> > - The contents of your /etc/fstab file.
> 
> well, /usr IS mounted as a slice.....filesystem, whatever...
> 
> bash-2.05a$ df
> Filesystem  1K-blocks    Used   Avail Capacity  Mounted on
> /dev/ad6s2a    128990  124876   -6204   105%    /
> devfs               1       1       0   100%    /dev
> /dev/ad6s2f    257998      52  237308     0%    /tmp
> /dev/ad6s2g   8927706 2421186 5792304    29%    /usr
> /dev/ad6s2e    257998    7482  229878     3%    /var

Hmmm.   Guess that only tells us you have a lot of stuff in /usr
and way too much in /
What is using all the space in / (which is way too small, by the way -
regardless what the people like to say in the book.  Those ideas of
a tiny root make no sense in the era of bigga gigabyte drives).

Use du to figure it what you have.  Do:

   cd /
   du -sk * 

Then you may want to look in to the place (directory) that is
using up all the space.
Then you have to figure out how to deal with that stuff.

////jerry

> 
> see?
> 
> bash-2.05a$ cat /etc/fstab
> # Device		Mountpoint	FStype	Options		Dump	Pass#
> /dev/ad6s2b		none		swap	sw		0	0
> /dev/ad6s2a		/		ufs	rw		1	1
> /dev/ad6s2f		/tmp		ufs	rw		2	2
> /dev/ad6s2g		/usr		ufs	rw		2	2
> /dev/ad6s2e		/var		ufs	rw		2	2
> /dev/acd0c		/cdrom		cd9660	ro,noauto	0	0
> /dev/acd1c		/cdrom1		cd9660	ro,noauto	0	0
> /dev/ad6s1              /dos            msdos   rw,noauto       0      0
> 
> when I installed, I choose my own sizes for the partitions, eh, uh,
> slices, and choose mountpoints thusly above.  
> 
> --karl
> 
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207261648.g6QGmr419547>