GEOM portable filesystem abstraction?
Poul-Henning Kamp
phk at phk.freebsd.dk
Thu May 20 12:40:40 PDT 2004
In message <c8iu9o$jd9$1 at sea.gmane.org>, Jesse Guardiani writes:
>Hello,
>
>I know next to nothing about GEOM, other than what
>the man page says (which I admittedly didn't read
>in full), so I'm probably totally off base, but I
>thought I'd ask this anyway:
>
>It seems like GEOM functions as a bit of a disk
>abstraction layer in FreeBSD. Would it be possible
>to port the GEOM subsystem as a loadable kernel
>module to Linux (and perhaps other OSes) to
>facilitate pluggable, portable filesystem code?
Port it: yes.
Portable filesystem code: no.
>Perhaps if GEOM were ported to Linux then Linux
>could use FreeBSD's UFS2 code to read FreeBSD UFS
>filesystems?
No, for that you need to port the UFS code from freebsd.
GEOM operates at the sector level and does things like
mirror, stripe, RAID etc, but it sits under the filesystem
and doesn't know anything about files, directories etc.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
More information about the freebsd-current
mailing list