Skip to content
/ fuse4j Public
forked from dtrott/fuse4j

Re-factor of Fuse-J to support Mac OS X and fork into the background.

Notifications You must be signed in to change notification settings

narkisr/fuse4j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

July 7th 2009
=====
I have added an additional "position" argument to the getxattr and setxattr
methods, the version before this change was tagged (b4_xattr)
However extended attributes should work in either version.


=====
Note: I am building on:
Mac OS X 10.5.5
Using MacFuse (Built from source)


The maven project(s) can be built by:

cd maven
mvn install


The native executable can be built by:

cd native
make


To mount the "Fake" filesystem.

cd extra
mkdir fake
./mount_fake.sh


This will mount to the "fake" directory you just created.



To run in the background (test it first in the foreground)
Edit mount_fake.sh and remove the -f flag

umount fake
./mount_fake.sh 

About

Re-factor of Fuse-J to support Mac OS X and fork into the background.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.6%
  • C 42.3%
  • Other 1.1%