Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 1996 16:51:19 -0800
From:      "Pedro Giffuni S." <pgiffuni@fps.biblos.unal.edu.co>
To:        Terry Lambert <terry@lambert.org>
Cc:        freebsd-hackers@freefall.freebsd.org
Subject:   Other filesystems under FreeBSD
Message-ID:  <32B49D07.3A62@fps.biblos.unal.edu.co>
References:  <199610312127.OAA26259@phaeton.artisoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello:
I have this crazy dream that I could, one day, mount SCO, Linux, and
Solaris FS's under FreeBSD *and* run all this apps transparently by
emulating.
I now have more documentation about SCO filesystems, and HPFS: these two
are also supported (partially) by Linux. What I really donīt have is
documentation about FFS.
Since fbsd seems to be ill suited for other filesystems, should "we" try
to implement a standard Linux filesystem and derive the others from it,
or should *we* try to use more documentation than Linux sources, and try
to implement them from our VFS?


Pedro.

Some years ago, Terry Lambert wrote:
> 
> 
> There is nothing "magical" about these implementations, except our VFS
> interface is still pretty poorly suited to adding new FS's without a
> lot of work to get around layering problems, a lot of code which has
> to be duplicated per FS which belongs in upper layers, and a full
> kernel recompile because the vfs_init still gets its side from the
> UFS vnops and vfsops structures intead of from a sizeof() in vnode_if.c.
> 
>                                         Regards,
>                                         Terry Lambert
>                                         terry@lambert.org
> ---
> Any opinions in this posting are my own and not those of my present
> or previous employers.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32B49D07.3A62>