Re: New user - small file server questions and quick GUI question



On Tue, Dec 29, 2009 at 06:37:25PM +0200, Kaya Saman wrote:

[...]

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


Ah so BSD is slightly different from Linux in the fact that it needs to
have /var and /usr filesystems separate??

You can have /var on the same slice but because it's a filesystem
that's constantly being read & written to it's usual to keep it
separate from your "static" partitions.


I guess it must be similar to the way Solaris handles things when UFS
based (not ZFS).....

The /home partition then is very similar to Solaris in that /export/home
is considered the user directory. Means BSD stores /home in /usr/home??

Again, it's just a common practice. Due to the PC BIOS, IIRC you're
restricted to 4 slices.




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.


OpenOffice or IIRC is for GUI based usage and not CLI. Since this will
be a simple server no GUI or work will be done on the machine itself in
terms of keyboard/mouse setup. Normally I work through SSH so will be
much easier once I have network connectivity up and running after
initial install :-)

OK. You may want to make /tmp a separate slice. You can always make it
a symlink into /usr at a latter date if you repurpose the machine.

You would find that FreeBSD works quite well as a workstation even
with that limited hardware.



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

Regards,


Thanks!!!


BTW, you mentioned you were going to use packages. If I were you I'd
build from source. It's less problematic in my experience and since
FreeBSD multitasks so well it's not much of a pain. You've got plenty
of room for the ports tree.

Best of luck with your installation!

Regards,

--

Frank

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


_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: I dont see anything to answer my q
    ... The ones that come with FreeBSD will handle fat and fat32 ... successfully a number of times is Partition Magic. ... What the BSD UNIX world calls a disk slice, ... clear while using the terms slice and primary partition. ...
    (freebsd-questions)
  • Re: New user - small file server questions and quick GUI question
    ... I reckon the proposed disk usage spec from the FreeBSD hand book should ... IMO the root slice is too small in the handbook. ... is for the bootable OS partition and 'b' is used for swap. ... In FreeBSD, ...
    (freebsd-questions)
  • Re: Downloads
    ... There was one unused partition. ... (used unconsistently with the rest of FreeBSD). ... division of the disk is called a slice. ...
    (freebsd-questions)
  • RE: problem while installing FreeBSD
    ... You will actually need "volume magic" instead of partition magic I believe. ... > disk, it boots to dos and when I reboot without removing ... >> I thought FreeBSD may take care of this file system or it ... It will not resize the NTFS slice for you. ...
    (freebsd-questions)
  • Re: Shrink a Slice? FreeBSD 7.1
    ... What I want to do is to shrink the slice /dev/ad0s1g ... /dev/ad0s1g is a partition, not a slice. ... then build a partition on each slice of the USB using bsdlabel. ... take the system down and run the dumps. ...
    (freebsd-questions)