prep revision 1.6 1 1.6 perry $NetBSD: prep,v 1.6 1998/01/09 18:46:42 perry Exp $
2 1.6 perry
3 1.4 ender Find your favorite disk partitioning utility. Any formatter capable of
4 1.4 ender partitioning a SCSI disk should work. Some of the ones that have been
5 1.4 ender tried and seem to work are:
6 1.5 scottr
7 1.5 scottr Apple HD SC Setup
8 1.2 ender Hard Disk ToolKit from FWB
9 1.4 ender SCSI Director Lite
10 1.1 briggs Disk Manager Mac from OnTrack
11 1.1 briggs Silverlining from LaCie
12 1.1 briggs APS Disk Tools
13 1.1 briggs
14 1.4 ender Apple's HD SC Setup is probably the easiest to use and the most commonly
15 1.4 ender available. Instructions for patching HD SC Setup so that it will recognize
16 1.4 ender non-Apple drives is available at:
17 1.5 scottr
18 1.4 ender http://www.euronet.nl/users/ernstoud/patch.html
19 1.4 ender
20 1.4 ender First, you need to choose a drive on which to install NetBSD. Try to pick a
21 1.4 ender drive with a low SCSI ID number, especially if you are likely to add or
22 1.4 ender remove drives to your SCSI chain in the future.
23 1.4 ender
24 1.4 ender NOTE: BE SURE YOU HAVE A RELIABLE BACKUP OF ANY DATA WHICH YOU MAY WANT TO
25 1.4 ender KEEP. REPARTITIONING YOUR HARD DRIVE IS AN EXCELLENT WAY TO DESTROY
26 1.4 ender IMPORTANT DATA.
27 1.4 ender
28 1.4 ender Second, decide how you want to set up your partitions. At minimum, you
29 1.4 ender need a partition to hold the NetBSD installation (the root partition) and a
30 1.4 ender partition to serve as swap. You may choose to use more than one partition
31 1.4 ender to hold the installation. This allows you to separate the more vital
32 1.4 ender portions of the filesystem (such as the kernel and the /etc directory) from
33 1.4 ender the more volatile parts of the filesystem. Typical setups place the /usr
34 1.4 ender directory on a separate partition from the root partition. Generally, the
35 1.4 ender root partition can be fairly small while the /usr partition should be
36 1.4 ender fairly large. If you plan to use this machine as a server, you may also
37 1.4 ender want a separate /var partition.
38 1.4 ender
39 1.4 ender Once you have decided how to lay out your partitions, you need to calculate
40 1.4 ender how much space to allocate to each partition. A minimal install of NetBSD
41 1.4 ender (i.e. netbsd.tgz, base.tgz, and etc.tgz) should fit in a 30M partition.
42 1.4 ender For a full installation, you should allocate at least 80M. A general rule
43 1.4 ender of thumb for sizing the swap partition is to allocate twice as much swap
44 1.4 ender space as you have real memory. Having your swap + real memory total at
45 1.4 ender least 20M is also a good idea. Systems that will be heavily used or that
46 1.4 ender are low on real memory should have more swap space allocated. Systems that
47 1.4 ender will be only lightly used or have a very large amount of real memory can
48 1.4 ender get away with less.
49 1.2 ender
50 1.4 ender Next, use your favorite partitioning utility to make partitions of the
51 1.4 ender necessary sizes. You can use any type of partition, but partitions of type
52 1.4 ender "Apple_Free" might save you some confusion in the future.
53 1.1 briggs
54 1.1 briggs You are now set to install NetBSD on your hard drive.
55