From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 09:37:07 2003 Return-Path: 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 9B80B37B401 for ; Wed, 23 Apr 2003 09:37:07 -0700 (PDT) Received: from blacklamb.mykitchentable.net (170-215-84-217.br1.elk.ca.frontiernet.net [170.215.84.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18E743F93 for ; Wed, 23 Apr 2003 09:37:06 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 63A70EE52A; Wed, 23 Apr 2003 09:37:03 -0700 (PDT) Message-ID: <036001c309b6$926de7c0$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "Terry Tyson" , "FreeBSD Questions" References: Date: Wed, 23 Apr 2003 09:37:02 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: mount win partition at start up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 16:37:07 -0000 ----- Original Message ----- From: "Terry Tyson" To: "FreeBSD Questions" Sent: Wednesday, April 23, 2003 9:28 AM > I want to mount the windows partition at start up. I think the following > line will work but not sure about the values for "Dump" and "Pass". Can > someone please confirm? > TIA. > > # Device Mountpoint FStype Options Dump Pass# > /dev/ad0s1 /mnt/win msdos rw 0 0 man fstab will get you started on figuring out what values to enter. Cheers, Drew