From owner-freebsd-questions Tue Mar 25 9:24:45 2003 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 70FC137B401 for ; Tue, 25 Mar 2003 09:24:41 -0800 (PST) Received: from mx1.clickcom.com (mx2.clickcom.com [209.198.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id B84B443F93 for ; Tue, 25 Mar 2003 09:24:40 -0800 (PST) (envelope-from jsmailing@clickcom.com) Received: from aesop (calefaction.clickcom.com [209.198.22.19]) by mx1.clickcom.com (email) with ESMTP id 2D313572ED; Tue, 25 Mar 2003 12:24:40 -0500 (EST) From: "John Straiton" To: "'Arie J. Gerszt'" Cc: Subject: RE: file system help needed Date: Tue, 25 Mar 2003 12:18:32 -0500 Message-ID: <006401c2f2f2$92fbd420$1916c60a@win2k.clickcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: Importance: Normal X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) 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 I'd think something like this should work for you (please give your own consideration on which filesystem you'd like to use otherwise) Make a backup of /etc/namedb of course first & stop bind.. mkdir /usr/www/etc cp -Rp /etc/namedb /usr/www/etc/ rm -r /etc/namedb ln -s /usr/www/etc/namedb /etc/namedb Now start bind again. You could use a similar method to just install another HD with a slice named /etc/namedb John Straiton jks@clickcom.com Clickcom, Inc 704-365-9970x101 > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG] On Behalf Of Arie J. Gerszt > Sent: Tuesday, March 25, 2003 12:15 PM > To: freebsd-isp@FreeBSD.ORG > Subject: file system help needed > > > Hi Everybody > > I have a huge problem as you see ... > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 99183 96309 -5060 106% / > /dev/ad0s1e 5458605 2866595 2155322 57% /usr > /dev/ad0s1g 17876344 1085421 15360816 7% /usr/www > /dev/ad0s1f 4465853 212592 3895993 5% /var > procfs 4 4 0 100% /proc > > This server is a production server and I can't add any dns > zonefiles or passwords, because they sit in /etc which is > full, evidently. > > What can I do to solve that rather quickly? The disk ad0 has > free space: > > caramba# fdisk /dev/ad0 > ******* Working on device /dev/ad0 ******* > parameters extracted from in-core disklabel are: > cylinders=3649 heads=255 sectors/track=63 (16065 blks/cyl) > > Figures below won't work with BIOS for partitions not in cyl > 1 parameters to be used for BIOS calculations are: > cylinders=3649 heads=255 sectors/track=63 (16065 blks/cyl) > > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from DOS bootblock is: > The data for partition 1 is: > sysid 165,(FreeBSD/NetBSD/386BSD) > start 63, size 58621122 (28623 Meg), flag 80 (active) > beg: cyl 0/ head 1/ sector 1; > end: cyl 1023/ head 254/ sector 63 > The data for partition 2 is: > > The data for partition 3 is: > > The data for partition 4 is: > > caramba# > > > --> but i am not sure what to do, because I can't have any long > --> downtime, > understandibily. > Thanks for help, > > Arie > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message