From owner-freebsd-questions Thu Jul 25 21:23:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F12E137B400 for ; Thu, 25 Jul 2002 21:23:09 -0700 (PDT) Received: from rambo.simx.org (rambo.simx.org [80.65.205.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1AA43E5E for ; Thu, 25 Jul 2002 21:23:09 -0700 (PDT) (envelope-from listsub@rambo.simx.org) Received: from rambo.simx.org (Rocky@rocky [192.168.0.2]) by rambo.simx.org (8.12.5/8.12.5) with ESMTP id g6Q4MjAM070526; Fri, 26 Jul 2002 06:22:47 +0200 (CEST) (envelope-from listsub@rambo.simx.org) Message-ID: <3D40CEC4.6040600@rambo.simx.org> Date: Fri, 26 Jul 2002 06:23:32 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020618 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: karl agee Cc: "Brian T. Schellenberger" , Jerry McAllister , freebsd-questions Subject: Re: Linking a directory to another filesystem References: <200207252250.g6PMorT15954@clunix.cl.msu.edu> <1027652619.499.6.camel@enterprise.workgroup> <200207252313.28903.bts@babbleon.org> <1027656795.499.22.camel@enterprise.workgroup> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG karl agee wrote: > 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 > > 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 /usr is not whats filling your / partition, since /usr is a partition of its own. Try a 'du -d1 -h -x /' and you will see whats filling up / -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message