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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"