Re: Mac UFS partition unreadable

From: Matthew Reimer (mreimer_at_vpop.net)
Date: 12/21/04

  • Next message: Gerald Pfeifer: "Re: [emulation] gdb not finding shared libraries for emulated binaries"
    To: hackers@freebsd.org
    Date: Tue, 21 Dec 2004 14:01:09 -0800
    
    

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


  • Next message: Gerald Pfeifer: "Re: [emulation] gdb not finding shared libraries for emulated binaries"

    Relevant Pages

    • BCM4401-B0 card error on FreeBSD 5.2.1
      ... I'm trying to move from Linux to FreeBSD on my compaq nx5000 laptop. ... When I try to install the bfe module manually, ... kldload: can't load miibus.ko: file exists ... Module bfe/miibus failed to register: ...
      (freebsd-questions)
    • soundcard not working 5.4
      ... have FreeBSD as my main OS the only thing that is stopping me is I am ... unable to get my sound card to work I have an "Azalia" based sound card. ... when I load the drivers (I used kldload snd_ich and noticing no ...
      (freebsd-questions)
    • Re: BCM4401-B0 card error on FreeBSD 5.2.1
      ... > I'm trying to move from Linux to FreeBSD on my compaq nx5000 laptop. ... > When I try to install the bfe module manually, ... > # kldload miibus.ko ... The information contained in this communication is confidential, private, ...
      (freebsd-questions)
    • /dev/dsp closes too soon
      ... FreeBSD 5.2-RELEASE ... defined), kldunload the original one, kldload the new one and debug, all ...
      (comp.unix.bsd.freebsd.misc)