Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2004 14:01:09 -0800
From:      Matthew Reimer <mreimer@vpop.net>
To:        hackers@freebsd.org
Cc:        Charles Sprickman <spork@fasttrackmonkey.com>
Subject:   Re: Mac UFS partition unreadable
Message-ID:  <200412211401.09569.mreimer@vpop.net>

next in thread | raw e-mail | index | archive | help
Charles Sprickman wrote:

> On Sun, 19 Dec 2004, Bram Van Steenlandt wrote:
> 
>> Hi,
>>
>> I use both mac and freebsd and would like to have the abbility to use my
>> external firewire drive on both plattforms.
> 
> There is another way to do this, but it's a tremendous hack.  That said,
> I've been doing it for more than two years...

Try this on FreeBSD 5:

	http://people.freebsd.org/~yar/hfs/

All I do (to mount my HFS iPod) is:

kldload sbp
kldload geom_apple
kldload hfs
mount_hfs -u uid -g gid /dev/da1s3 /mnt/ipod

The above should work with your firewire drive as well.

Matt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412211401.09569.mreimer>