Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2009 16:27:11 +0000
From:      Frank Shute <frank@shute.org.uk>
To:        Kaya Saman <SamanKaya@netscape.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: New user - small file server questions and quick GUI question
Message-ID:  <20091229162711.GA38738@orange.esperance-linux.co.uk>
In-Reply-To: <4B3A1E1A.1040506@netscape.net>
References:  <4B3927EB.4030802@optiplex-networks.com> <6201873e0912281420n590b173dtac94f9936cca6e3@mail.gmail.com> <4B393463.5060504@netscape.net> <6201873e0912281504j552d6351mf64d8e566d54bcef@mail.gmail.com> <20091229142310.GD90870@Alex1.lan> <4B3A1E1A.1040506@netscape.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 29, 2009 at 05:19:54PM +0200, Kaya Saman wrote:
>
> 
> Many thanks guys for all the advice!!!! :-)
> 
> It is really appreciated!
> 
> Sorry haven't snipped more stuff into this mail but things are a bit 
> hectic here but what I will say is this; in a few hours once the BSD 8 
> DVD ISO comes in I will attempt an install and have a look at what's what.
> 
> The server will be constructed first and then I will look at the GUI 
> environment with Vbox.
> 
> I reckon the proposed disk usage spec from the FreeBSD hand book should 
> suffice though shouldn't it??

IMO the root slice is too small in the handbook. You should make it
2GB, since you've got the space.

> 
> With a larger HD I would normally do something like 15 - 25GB / (root) 
> partition and the rest for /home with round 1.5 - 3GB for swap.
> 
> Now my HD is round 40GB so I will do a minimal install and try to 
> maximize the /home slice! As result only services I will run are DNS, 
> NTP, SAMBA and NFS.

What is not unusual is to symlink /home e.g:

# ln -s /usr/home /home

ditto for /tmp.  i.e you remove all the stuff that uses up space from
the root partition.

So the only slices you need are /, /usr, /var and swap.

How I'd slice up the disk:

2GB for /
2GB for swap
2GB for /var
34GB for /usr

> 
> I suppose I could get away with something like 2GB for / which would 
> then contain /tmp, /etc, /root, /boot etc.....

Should be OK but /tmp symlinked to /usr/tmp as some things can really
fill up /tmp. For example, IIRC OpenOffice needs gigs of temp space
to build.

> 
> Only 2 machines will be connected, my uncles Win XP box and my 
> Linux/Solaris system.

Should work fine. Just remember to make your /home and /tmp symlinks
as soon as you first boot up.

Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html





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