From owner-freebsd-questions@FreeBSD.ORG Sat May 6 21:29:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C398816A416 for ; Sat, 6 May 2006 21:29:31 +0000 (UTC) (envelope-from hackmiester@hackmiester.com) Received: from smtpout05-04.prod.mesa1.secureserver.net (smtpout05-04.prod.mesa1.secureserver.net [64.202.165.221]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E13343D58 for ; Sat, 6 May 2006 21:29:29 +0000 (GMT) (envelope-from hackmiester@hackmiester.com) Received: (qmail 29877 invoked from network); 6 May 2006 21:29:29 -0000 Received: from unknown (68.220.180.102) by smtpout05-04.prod.mesa1.secureserver.net (64.202.165.221) with ESMTP; 06 May 2006 21:29:28 -0000 In-Reply-To: <89C63FBE-9846-4E56-BA09-0B720A9CD79F@amadeus.demon.nl> References: <1146313468.827.22.camel@localhost.savola.com> <445365E7.9080201@gmail.com> <1146317292.827.26.camel@localhost.savola.com> <89C63FBE-9846-4E56-BA09-0B720A9CD79F@amadeus.demon.nl> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <29CE996F-4CE9-4F1B-B8FB-A9982769BA71@hackmiester.com> Content-Transfer-Encoding: 7bit From: Hunter Fuller Date: Sat, 6 May 2006 16:29:38 +0000 To: FreeBSD mailing list X-Mailer: Apple Mail (2.746.2) Cc: yraffah@savola.com, FreeBSD Questions Subject: Re: FreeBSD 6.0 and Mac File System 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: Sat, 06 May 2006 21:29:31 -0000 On 03 May 2006, at 11:38 PM, FreeBSD mailing list wrote: > > On 29 apr 2006, at 15:28, Yousef Raffah wrote: > >> On Sat, 2006-04-29 at 09:11 -0400, John Cruz wrote: >>> I don't know about HFS, but you can format your mac drives with >>> UFS when >>> you do a clean install of MacOS, at least then FreeBSD would be >>> able to >>> read them. >>> >> You are right but this isn't my case here :(, I have an external HD >> which has HFS(+) file system on it and I want to use it with my >> FreeBSD >> 6.1-RC1 >> >> Any chances? > > Mac OSX can't be installed onto a UFS formatted drive as far as I know Yeah, it can. > Most OSX programs won't run on it either > you can format partitions or drives other than the system drive > with UFS not only at the installtion > >> >>> Yousef Raffah wrote: >>>> What is the status of reading/writing to Mac's file system (HFS) >>>> or is >>>> it HFS+? > > it is HFS+ for Mac OS 8.1 and later > >>>> Are they supported in FreeBSD 6.0? How about 6.1-RC? Can we >>>> write to that file system or only read at moment? Is it safe? >>>> I'm trying >>>> to find something in the /usr/src/sys/i386/conf/NOTES file but >>>> nothing >>>> is promising so far >>>> > > http://people.freebsd.org/~yar/hfs/ > > add this to your kernelconfig file: > option GEOM_APPLE # Apple HFS+ support > > I was able to compile it on FreeBSD 6.0-RELEASE-p6 but haven't had > the time to check if it actually works. > > > google for iPod and FreeBSD for more info :) > > Arno > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" >