Skip to content

Commit

Permalink
fix fuse link
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Flament committed Sep 29, 2016
1 parent 7c38ca7 commit dfe7489
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#LoggedFS - Filesystem monitoring with Fuse
##Description

LoggedFS is a fuse-based filesystem which can log every operations that happens in it. Sourceforge page
LoggedFS is a fuse-based filesystem which can log every operations that happens in it.

How does it work ?

Fuse does almost everything. LoggedFS only sends a message to syslog when called by fuse and then let the real filesystem do the rest of the job.
Expand All @@ -14,7 +15,7 @@ If loggedfs is included in your distribution you can just install with your pack


First you have to make sure that fuse is installed on your computer.
If you have a recent distribution it should be. Fuse can be downloaded here : http://fuse.sourceforge.net.
If you have a recent distribution it should be. Fuse can be downloaded here : https://github.com/libfuse/libfuse.
Then you should download the loggedfs archive and install it with the make command :

tar xfj loggedfs-X.Y.tar.bz2
Expand Down

0 comments on commit dfe7489

Please sign in to comment.