Ludovic Gele wrote:
I want to try to port ZFS under OpenBSD, but I'm not able to find the
archive of the source code of this filesystem.
Please, how can I do?

Hi Ludovic,
ZFS is integrated into Solaris and OpenSolaris. There's no
explicitly separate source code archive.

If you want to learn more about the source, though, you
should read through the source code walkthrough docs at

http://www.opensolaris.org/os/community/zfs/source

Most of the source is under usr/src/uts/common/fs/zfs,
but there are also dependencies on

        usr/src/common/zfs
        usr/src/lib/libzfs
        usr/src/lib/libzfs_jni
        usr/src/lib/libzpool
        usr/src/lib/libdiskmgmt
        usr/src/cmd/zpool
        usr/src/cmd/zfs
        usr/src/cmd/ztest

There are possibly others as well. Read through the
source code walkthrough link above and keep asking
questions :)



cheers,
James C. McPherson
--
Solaris kernel software engineer
Sun Microsystems
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to