From owner-freebsd-questions Wed Sep 23 21:51:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA26660 for freebsd-questions-outgoing; Wed, 23 Sep 1998 21:51:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA26626 for ; Wed, 23 Sep 1998 21:50:43 -0700 (PDT) (envelope-from francisco@natserv.com) Received: from francisr (slip-32-100-253-89.ny.us.ibm.net [32.100.253.89]) by federation.addy.com (8.8.5/8.6.12) with SMTP id AAA07118 for ; Thu, 24 Sep 1998 00:50:35 -0400 (EDT) Message-Id: <199809240450.AAA07118@federation.addy.com> From: "Francisco Reyes" To: "FreeBSD questions" Date: Thu, 24 Sep 1998 00:50:52 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 95 (4.0.1111) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: New at server setup (samba). Partitioning question (long) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Soon I will have a a new computer (ordered today) to run Samba for a small office. I convinced the people paying for the computer to let me get 2 drives and I was thinking on the following strategy: Disk1 / /usr /var /data Disk 2 / /usr /var /data I would like FreeBSD to boot off disk 1, use Swaps from both drives and use the "/data" from Disk 2 as the data volume. I want "/data" from Disk 1 to have the previous day's data. In case the first disk died I would like to be able to boot off Disk 2. Questions: -What is the best way to syncronise the volumes. Note that /data will be going from disk 2 to disk 1, while everything else would go the other way. -What is a reasonable swap size? Will have 96MB of ram and two 6Gig drives. Max number of users expected is 10. Is there an easy way to guesstimate minimun swap spaces? -Planning to make /data 5Gig. Should I split it in two to speed up dump/restores? Planning to backup that volume first so it is first data set in tape. -I was considering making /usr/X11R6 and man directories into separate volumes and to dump them at the end of the tape. I figure this would be the least likely thing to need to be restored so anything else under /usr would restore quicker. The reasons for the second data volume besides guarding against drive failure is to have the files easily available. Since unix deletes files inmediately if someone deletes some files they will be available on the backup volume (read only). Any general comments on the setup appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message