Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2003 12:18:32 -0500
From:      "John Straiton" <jsmailing@clickcom.com>
To:        "'Arie J. Gerszt'" <arie@gerszt.ch>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   RE: file system help needed
Message-ID:  <006401c2f2f2$92fbd420$1916c60a@win2k.clickcom.com>
In-Reply-To: <FEEHKMHBPPGLAPHJCDIIEENLCFAA.arie@gerszt.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
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:
> <UNUSED>
> The data for partition 3 is:
> <UNUSED>
> The data for partition 4 is:
> <UNUSED>
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006401c2f2f2$92fbd420$1916c60a>