diff options
author | Brian Behlendorf <[email protected]> | 2010-06-29 14:35:21 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-06-29 14:35:21 -0700 |
commit | b3c82b1b18b5935fdc2f69d6e2c85331589eeac5 (patch) | |
tree | 4fa96fd38c160c7b4f51377b4dce588fa200ba8b | |
parent | 428870ff734fdaccc342b33fc53cf94724409a46 (diff) |
Add basic README
A simple README with a short summary of the project and a link
directing people to the online documentation.
-rw-r--r-- | README.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 000000000..080c19ab7 --- /dev/null +++ b/README.markdown @@ -0,0 +1,8 @@ +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! + +Documentation for building, configuring, and using ZFS can be found at: +<http://wiki.github.com/behlendorf/zfs/> |