-
Notifications
You must be signed in to change notification settings - Fork 20
/
README
66 lines (42 loc) · 1.37 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
November 28th 2024
=====
Fixed some issues with changes to errno.
Switched to compiling for Apple Silicon.
Updated JDK to Eclipse Temurin™ 17.
Updating to macOS Sonoma - 14.6.1
Switching back to MacFuse (4.8.3).
Download from https://github.com/macfuse/macfuse/releases
CAUTION: Introduced issue that prevents backgrounding the process - you must always use -f regardless of whether you are using the library or the native launcher.
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