From owner-freebsd-questions@FreeBSD.ORG Sat Jul 23 13:01:29 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 68B8C16A420 for ; Sat, 23 Jul 2005 13:01:29 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB77043D48 for ; Sat, 23 Jul 2005 13:01:28 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from firewall.demig (p5083BF1A.dip0.t-ipconnect.de [80.131.191.26]) by server.absolute-media.de (Postfix) with ESMTP id 41D7F88800; Sat, 23 Jul 2005 15:01:27 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6NCtp5x092651; Sat, 23 Jul 2005 14:56:04 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "Vulpes Velox" Date: Sat, 23 Jul 2005 14:56:04 +0200 Message-ID: <001e01c58f85$e2bebae0$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20050722212603.441339f8@vixen42.vulpes> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Importance: Normal X-Spam-Status: No, score=-102.8 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on firewall.demig X-Virus-Scanned: by amavisd-new 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 13:01:29 -0000 "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. What kind of problems, because my mixed-os computers are just configured this way? Norbert