Commit 73798f95 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Update README.

parent a529f8d9
...@@ -16,16 +16,18 @@ subdirectories of the FUSE mount. ...@@ -16,16 +16,18 @@ subdirectories of the FUSE mount.
EXAMPLES EXAMPLES
* examplelib/zipfs.go contains a small and simple read-only filesystem * examples/hello/hello.go contains a 60-line "hello world" filesystem
for zip files. The corresponding command is in example/zipfs/ . For
example, * zipfs/zipfs.go contains a small and simple read-only filesystem for
zip and tar files. The corresponding command is in example/zipfs/
For example,
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 fusermount -u /tmp/mountpoint
* examplelib/multizipfs.go shows how to use in-process mounts to * zipfs/multizipfs.go shows how to use in-process mounts to
combine multiple Go-FUSE filesystems into a larger filesystem. combine multiple Go-FUSE filesystems into a larger filesystem.
* fuse/loopback.go mounts another piece of the filesystem. * fuse/loopback.go mounts another piece of the filesystem.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment