forked from dtrott/fuse4j
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
54 lines (33 loc) · 962 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
November 25th 2011
=====
Switching to Fuse4X instead of MacFuse
Download from https://github.com/fuse4x/fuse4x/downloads
April 26th 2011
=====
Finally had some time to look for the correct make flags for a
64 bit JVM (1.6.0_24) running on OSX 10.6.7
Apple is "supported" platform again !!!!
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.6.8
Fuse4X-0.8.13.dmg
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