From owner-freebsd-questions@FreeBSD.ORG Fri Jul 22 11:26:42 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 087B216A429 for ; Fri, 22 Jul 2005 11:26:42 +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 5D7C243D6D for ; Fri, 22 Jul 2005 11:26:32 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 2E3C889616; Fri, 22 Jul 2005 13:26:31 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25871-08; Fri, 22 Jul 2005 13:26:26 +0200 (CEST) Received: from firewall.demig (p5083958F.dip0.t-ipconnect.de [80.131.149.143]) by server.absolute-media.de (Postfix) with ESMTP id 6268E875CD; Fri, 22 Jul 2005 13:26:26 +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 j6MBPvZk018565; Fri, 22 Jul 2005 13:25:57 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "zick-1" , Date: Fri, 22 Jul 2005 13:25:55 +0200 Message-ID: <000001c58eb0$2067f7c0$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 Importance: Normal In-Reply-To: <404610674.20050722163201@gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: 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: Fri, 22 Jul 2005 11:26:42 -0000 > 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). Norbert