From owner-freebsd-current@FreeBSD.ORG Sun Oct 5 09:31:07 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A8E16A4B3 for ; Sun, 5 Oct 2003 09:31:07 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E5CE43FF9 for ; Sun, 5 Oct 2003 09:31:06 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 8F377653F9; Sun, 5 Oct 2003 17:31:05 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20875-02; Sun, 5 Oct 2003 17:31:05 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 1B4B7653B5; Sun, 5 Oct 2003 17:31:05 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id CBD2F14; Sun, 5 Oct 2003 17:30:58 +0100 (BST) Date: Sun, 5 Oct 2003 17:30:58 +0100 From: Bruce M Simpson To: Christer Solskogen Message-ID: <20031005163058.GD13561@saboteur.dek.spc.org> Mail-Followup-To: Christer Solskogen , freebsd-current@freebsd.org References: <1065370845.691.6.camel@funshine.carebears.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1065370845.691.6.camel@funshine.carebears.net> cc: freebsd-current@freebsd.org Subject: Re: mounting vfat at boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 16:31:07 -0000 On Sun, Oct 05, 2003 at 06:20:45PM +0200, Christer Solskogen wrote: > /dev/ad1s1 /mnt/d msdos rw -m 775,user > /dev/ad0s2 /mnt/e msdos rw, -m 775,user ^^^^^ This should be msdosfs. BMS