From owner-freebsd-questions@FreeBSD.ORG Tue Nov 22 14:42:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 948E116A422 for ; Tue, 22 Nov 2005 14:42:13 +0000 (GMT) (envelope-from kiffin@gish.demon.nl) Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A7F243D6A for ; Tue, 22 Nov 2005 14:41:57 +0000 (GMT) (envelope-from kiffin@gish.demon.nl) Received: from gish.demon.nl ([83.160.27.223]:11608 helo=[192.168.1.33]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1EeZKy-000Cvz-DG for freebsd-questions@freebsd.org; Tue, 22 Nov 2005 14:41:36 +0000 From: Kiffin Gish To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Tue, 22 Nov 2005 15:41:26 +0100 Message-Id: <1132670486.707.15.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: How to access filesystem on 2nd disk ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 14:42:13 -0000 I installed freeBSD 5.4 on a system with two hard disks, which I plan to use as a dedicated fileserver, and following the default sysinstall setup I have this: root@fileserver# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1a 248M 35M 193M 15% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad0s1e 248M 12K 228M 0% /tmp /dev/ad0s1f 35G 573M 31G 2% /usr /dev/ad0s1d 248M 1.4M 226M 1% /var I have three questions: 1/ What's the best way to partition my second 20MB hard disk? 2/ Should I dedicate the whole thing to one mount point, say called /extra? 3/ Do I also need swap space on the 2nd drive? Thanks alot in advance as usual. -- Kiffin Gish Gouda, The Netherlands