Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Levin Zimmermann
go-fuse
Commits
e37a7722
Commit
e37a7722
authored
Mar 24, 2011
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about fusermount to README.
parent
27311775
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
README
README
+5
-3
No files found.
README
View file @
e37a7722
...
@@ -10,13 +10,15 @@ GETTING STARTED
...
@@ -10,13 +10,15 @@ GETTING STARTED
mkdir /tmp/mountpoint
mkdir /tmp/mountpoint
example/zipfs/zipfs /tmp/mountpoint file.zip &
example/zipfs/zipfs /tmp/mountpoint file.zip &
ls /tmp/mountpoint
ls /tmp/mountpoint
fusermount -u /tmp/mountpoint
* fuse/loopback.go supports all the implemented functionality. A
* fuse/loopback.go supports all the implemented functionality. A
binary to run is in example/loopback/ . For example
binary to run is in example/loopback/ . For example
mkdir /tmp/mountpoint
mkdir /tmp/mountpoint
example/loopback/loopback -debug /tmp/mountpoint /some/other/directory &
example/loopback/loopback -debug /tmp/mountpoint /some/other/directory &
ls /tmp/mountpoint
ls /tmp/mountpoint
fusermount -u /tmp/mountpoint
Tested on:
Tested on:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment