From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 21:05:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CC141065690 for ; Thu, 31 Jul 2008 21:05:57 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id EFBA78FC1F for ; Thu, 31 Jul 2008 21:05:56 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from max.local (rrcs-74-218-226-253.se.biz.rr.com [74.218.226.253]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id m6VL5uJP029391; Thu, 31 Jul 2008 17:05:56 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Thu, 31 Jul 2008 17:06:31 -0400 User-Agent: KMail/1.9.7 References: <20080731165957.31a45f39@verizon.net> In-Reply-To: <20080731165957.31a45f39@verizon.net> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807311706.31659.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: David Gurvich Subject: Re: Mounting hfs+ ipod on freebsd i386 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: Thu, 31 Jul 2008 21:05:57 -0000 On Thursday 31 July 2008, David Gurvich wrote: > Does the kernel need to be rebuilt in order to mount an ipod formatted > with apple's hfs+ filesystem? If yes, what options are needed in the > kernel and if not, what needs to be done? Other than reformatting to > fat32. Take a look at emulators/hfs and/or emulators/hfsutils. I haven't used either but it looks like they should do the trick. My guess is they run in userland and don't require kernel modifications. JN