Re: Mounting OS-X "Unix" filesystems on Linux

John Kodis (kodis@mail630.gsfc.nasa.gov)
Fri, 25 Jan 2002 14:23:23 -0500


On Fri, Jan 25, 2002 at 07:59:26PM +0100, Christoph Hellwig wrote:

> MacOSX uses two main filesystem types:
>
> HFS+ filesystem of the old MacOS
> UFS/FFS the BSD fast filling system.
>
> The first one is not supported at all by the stock Linux tree, but I
> think an eraly implementation exists out-of-tree.
> For UFS there is support in the current kernel, although it is slightly
> buggy and eats filesystems when writing. There are many ufs subtypes,
> and I'm not sure whether OSX supports 4.4BSD-style or OpenStep-style
> ones. You should try both (ufstype=44bsd or ufstype=openstep mount
> options).

That's what I was missing. I can mount a Mac OS-X "Unix" filesystem
on the Linux 2.4.9-7 kernel supplied with RHL 7.2, but I have to
specify a type of ufs and supply both the ro and ufstype=openstep
options to the mount command. Too bad about the lack of write
support, but I'm sure someone out there is working on that. Thanks
for your help.

-- 
John Kodis                                    Goddard Space Flight Center
kodis@mail630.gsfc.nasa.gov                      Greenbelt, Maryland, USA
Phone: 301-286-7376                                     Fax: 301-286-1771
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/