Re: GEOM portable filesystem abstraction?

From: Poul-Henning Kamp <phk_at_phk.freebsd.dk>
Date: Thu, 20 May 2004 21:40:37 +0200
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.
Received on Thu May 20 2004 - 10:40:40 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:54 UTC