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

blezek/fuse4j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is still a really early version.
The native methods are not registered yet hence more complex functionality
will not work, but you should at least be able to mount the fake filesystem.

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 61.8%
  • C 37.5%
  • Shell 0.7%