X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README;fp=README;h=330aa5aa7dcaaabd1066f9cf000b44b7cb4f7633;hb=c6bd90a235076a19f2f42eb44d4f83cd16a4090d;hp=4115911b561300fe03e2bcf00cdc49ac004ace45;hpb=558aefc7364ec0ddf1250c6df5c819c166456111;p=deb_libnfs.git diff --git a/README b/README index 4115911..330aa5a 100644 --- a/README +++ b/README @@ -47,6 +47,14 @@ This is highly non-portable so IF this works on your linux system, count yourself lucky. +FUSE +==== +A simple FUSE filesystem built on libnfs can be found in +examples/fuse_nfs.c + +Compile using : gcc fuse_nfs.c -o fuse_nfs -lfuse -lnfs +Mount using : sudo ./fuse_nfs -n nfs:/// -m + PLATFORM support =================