From owner-freebsd-fs@FreeBSD.ORG Thu Aug 2 01:57:19 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BD0E16A417 for ; Thu, 2 Aug 2007 01:57:19 +0000 (UTC) (envelope-from rodrigc@c-71-192-57-29.hsd1.ma.comcast.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.freebsd.org (Postfix) with ESMTP id 541BF13C469 for ; Thu, 2 Aug 2007 01:57:19 +0000 (UTC) (envelope-from rodrigc@c-71-192-57-29.hsd1.ma.comcast.net) Received: from c-71-192-57-29.hsd1.ma.comcast.net ([71.192.57.29]) by comcast.net (sccrmhc12) with ESMTP id <2007080201571301200mk6u8e>; Thu, 2 Aug 2007 01:57:18 +0000 Received: from c-71-192-57-29.hsd1.ma.comcast.net (localhost.crodrigues.org [127.0.0.1]) by c-71-192-57-29.hsd1.ma.comcast.net (8.14.1/8.14.1) with ESMTP id l721vHPl052650 for ; Wed, 1 Aug 2007 21:57:22 -0400 (EDT) (envelope-from rodrigc@c-71-192-57-29.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-71-192-57-29.hsd1.ma.comcast.net (8.14.1/8.14.1/Submit) id l721vH9G052417 for freebsd-fs@freebsd.org; Wed, 1 Aug 2007 21:57:17 -0400 (EDT) (envelope-from rodrigc) Date: Wed, 1 Aug 2007 21:57:11 -0400 From: Craig Rodrigues To: freebsd-fs@freebsd.org Message-ID: <20070802015711.GA46865@crodrigues.org> References: <20070731072344.PHJV19750.ispmxmta05-srv.windstream.net@webmail-relay.alltel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070731072344.PHJV19750.ispmxmta05-srv.windstream.net@webmail-relay.alltel.net> User-Agent: Mutt/1.4.2.2i Subject: Re: mount -o large option X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 01:57:19 -0000 On Tue, Jul 31, 2007 at 02:23:44AM -0500, perlcat@alltel.net wrote: > and when I try > snideley# mount -t msdos -o large /dev/ad1s1 /mnt/dos > > I get > mount_msdosfs: -o large: option not supported ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The mount_msdosfs binary in CURRENT and RELENG_6 cannot print out that error message. Tyson solved this problem by doing a proper upgrade of his system using the steps outlined in /usr/src/UPDATING. When he had the correct versions of kernel + userland mount_msdosfs binary, then everything worked. -- Craig Rodrigues rodrigc@crodrigues.org