]> git.proxmox.com Git - mirror_zfs-debian.git/blame - README.markdown
Add quick build instructions
[mirror_zfs-debian.git] / README.markdown
CommitLineData
b3c82b1b
BB
1Native ZFS for Linux! ZFS is an advanced file system and volume manager
2which was originally developed for Solaris. It has been successfully
3ported to FreeBSD and now there is a functional Linux ZFS kernel port
4too. The port currently includes a fully functional and stable SPA, DMU,
5and ZVOL with a ZFS Posix Layer (ZPL) on the way!
6
34bc5537
BB
7To build packages for your distribution, first build and install the
8SPL packages <http://wiki.github.com/behlendorf/spl/> then:
9
10$ ./configure
11$ make pkg
12
13Full documentation for building, configuring, and using ZFS can be
14found at: <http://wiki.github.com/behlendorf/zfs/>