From owner-cvs-src@FreeBSD.ORG Sat Apr 26 01:19:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7DF437B404 for ; Sat, 26 Apr 2003 01:19:04 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E47243FCB for ; Sat, 26 Apr 2003 01:19:03 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 31307 invoked from network); 26 Apr 2003 08:19:01 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 26 Apr 2003 08:19:01 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 26 Apr 2003 03:18:54 -0500 (CDT) From: Mike Silbersack To: John Baldwin In-Reply-To: Message-ID: <20030426031753.O566@odysseus.silby.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 08:19:05 -0000 On Thu, 24 Apr 2003, John Baldwin wrote: > Windows formatted iPod's have a fake DOS BPB at the start of their disk. > If you tried to mount it as a msdos filesystem before this change, the > kernel would panic. Now you get EINVAL. If you stick GEOM_APPLE in your > kernel, then the apple label at the start of the disk is recognized, and > you can mount /dev/da0s2 as a msdos filesystem. > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ Ah ha! An excuse to ask for an iPod on the donations page! I'm going to have to think of a similar excuse for a GeForce FX. :) Mike "Silby" Silbersack