From owner-freebsd-questions@FreeBSD.ORG Sat Jul 23 02:47:28 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 8D7AD16A41F for ; Sat, 23 Jul 2005 02:47:25 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from S3.cableone.net (s3.cableone.net [24.116.0.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1921643E41 for ; Sat, 23 Jul 2005 02:23:58 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (unverified [24.119.122.41]) by S3.cableone.net (CableOne SMTP Service S3) with ESMTP id 26290703 for multiple; Fri, 22 Jul 2005 19:40:44 -0700 Date: Fri, 22 Jul 2005 21:26:03 -0500 From: Vulpes Velox To: "Norbert Koch" Message-ID: <20050722212603.441339f8@vixen42.vulpes> In-Reply-To: <000001c58eb0$2067f7c0$4801a8c0@ws-ew-3.W2KDEMIG> References: <404610674.20050722163201@gmail.com> <000001c58eb0$2067f7c0$4801a8c0@ws-ew-3.W2KDEMIG> X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 0, First 65, in=104, out=0, spam=0 X-External-IP: 24.119.122.41 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: zick-1 , freebsd-questions@FreeBSD.org Subject: Re: question FreeBSD 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: Sat, 23 Jul 2005 02:47:28 -0000 On Fri, 22 Jul 2005 13:25:55 +0200 "Norbert Koch" wrote: > > FreeBSD Disklabel Editor > > > > Disk: ad0 Partition name: ad0S2 Free: 0 blocks (0Mb) > > Part Mount Size Newfs > > ---- ----- ---- ----- > > ad0s1 20002 DOS > > > > ad0s2a / 128 UFS Y > > ad0s2b swap 503 swap > > ad0s2e /var 256 UFS+S Y > > ad0s2f /tmp 256 UFS+S Y > > ad0s2g /usr 6919 UFS+S Y > > > > > > > > > > How to mount ad0s1? > > > > After you have finished your installation do this: > # mkdir /dos > # mount_msdosfs /dev/ad0s1 /dos > To make that permanent you may add an > entry in /etc/fstab(5). I've had problems with it on 5stable with putting it in fstab. I tend to have to manual fsck it every time on boot if I put it in there. I've found it to be better to write a quick little rc.d script to mount and unmount it.