From owner-freebsd-questions Wed Jul 2 01:33:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA21882 for questions-outgoing; Wed, 2 Jul 1997 01:33:30 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA21875 for ; Wed, 2 Jul 1997 01:33:23 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id LAA12420; Wed, 2 Jul 1997 11:32:24 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma012418; Wed Jul 2 11:31:57 1997 Message-ID: <33BA11D6.5D3F@barcode.co.il> Date: Wed, 02 Jul 1997 11:31:18 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: GYegoroff CC: freebsd-questions@FreeBSD.ORG Subject: Re: Hard disk partitions References: <199707020630.XAA16759@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk GYegoroff wrote: > > Hi , I want to install FreeBSD 2.2.1 , but I,m novice in UNIX . > How optimal create partitions on hard disk 1.6 Gb ? > Thanks . > With respect , George Yegoroff . Depends on what you're going to use it for. First, note that partitions in the FreeBSD sense are different from what DOS calls partitions (DOS partitions are referred to as slices). All of the partitions go into a single slice. Basically, you can use the (A)uto option of the disklabel editor to get some decent defaults. The rules of thumb being: The / parition should have almost nothing in it. If you intend to have many kernels or lkm's you'll need a bit more. However, generally some 30MB will be more than enough. The /var partition is for log files and mail and news spools (mainly). If you're setting up a large server (especially mail/news, but also www, as the www logs will probably go in there) it should be fairly large. Otherwise, it can be pretty small. Swap space is largly dependent on how busy the machine will be. Major swap space consumers are Emacs, X11, Netscape and gcc. If you use many of these concurrently you'll need a *lot* of swap space. The rest of the system goes under /usr. This includes users' files, most of the software and docs you'll install, etc. Nadav