gordan-bobic / zfs-fuse

zfs-fuse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZFS on FUSE/Linux README
------------------------

This project is a port of the ZFS filesystem to FUSE/Linux, done as part
of the Google Summer of Code 2006 initiative.

The project homepage is at https://github.com/gordan-bobic/zfs-fuse

Status
------
See the STATUS file for status information.

Compiling / Installing
----------------------

Please read the INSTALL file for instructions.

Using
-----

Just to be safe, you should backup all your data before using ZFS-FUSE.

1) Run zfs-fuse

This will start the main zfs-fuse daemon process that must be running
at all times.
You should be running it with root permissions.

Currently zfs-fuse can use between 16 and 128 MB of RAM, but it can
grow larger with some usage patterns.

2) Use the zpool and zfs commands to manage pools and filesystems.

You can learn about these commands at the OpenSolaris ZFS community
site: http://www.opensolaris.org/os/community/zfs/

If you find a bug, please report it. See the BUGS file for instructions.

About

zfs-fuse

License:Other


Languages

Language:C 93.8%Language:Shell 3.8%Language:Assembly 0.7%Language:Roff 0.5%Language:Makefile 0.4%Language:C++ 0.3%Language:Python 0.3%Language:Perl 0.2%Language:M4 0.0%