updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / zfs-fuse-git-critical / zfs-fuse.install
blob5af217e39870f6b0240c4ba7a064c5d80c1844a9
1 ## arg 1:  the new package version
2 post_install() {
3   mandb 2>/dev/null 1>/dev/null &
5 cat << EOF
6 NFS exporting
7 -------------
9 At the moment the ZFS "sharenfs" property doesn't work, so you have to
10 configure NFS exports manually, just like any other FUSE filesystem.
12 You'll need FUSE 2.6.x and you'll need to compile the FUSE module
13 manually in order to have NFS capability (the FUSE module in the
14 official kernels doesn't support NFS).
16 There are also some other things you must do, see the README.NFS
17 file in the FUSE-2.6.x source package for instructions.
19 If you have problems with permissions, try using the "no_subtree_check"
20 option in /etc/exports (thanks Martin Hovmöller).
21 EOF
24 # vim:set ts=2 sw=2 et: