Skip to content

openzfs/zfs

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

deda532 · Sep 25, 2012
Sep 18, 2012
Sep 20, 2012
Aug 27, 2012
Aug 27, 2012
Sep 25, 2012
Sep 20, 2012
Aug 27, 2012
Sep 25, 2012
Jul 30, 2012
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Jun 17, 2011
Dec 1, 2008
May 18, 2010
Aug 31, 2010
May 18, 2010
Aug 14, 2012
Aug 23, 2012
Dec 1, 2008
Dec 15, 2011
Dec 15, 2011
Jul 26, 2012
Aug 26, 2010
Aug 27, 2012
Aug 8, 2012
Aug 26, 2012
Aug 8, 2012
Aug 8, 2012
Aug 13, 2012
Nov 11, 2010
Jul 12, 2012
Aug 10, 2012
Aug 7, 2012

Repository files navigation

Native ZFS for Linux! ZFS is an advanced file system and volume manager which was originally developed for Solaris. It has been successfully ported to FreeBSD and now there is a functional Linux ZFS kernel port too. The port currently includes a fully functional and stable SPA, DMU, and ZVOL with a ZFS Posix Layer (ZPL) on the way!

$ ./configure
$ make pkg

To copy the kernel code inside your kernel source tree for builtin compilation:

$ ./configure --enable-linux-builtin --with-linux=/usr/src/linux-...
$ ./copy-builtin /usr/src/linux-...

Full documentation for building, configuring, and using ZFS can be found at: http://zfsonlinux.org