... | ... |
@@ -23,7 +23,12 @@ CombinedFS is a FUSE FileSystem that exposes a transformed, straightforward, rea |
23 | 23 |
## How to use it |
24 | 24 |
|
25 | 25 |
``` |
26 |
-combinedfs.py /path/to/configuration.yaml /mount/point |
|
26 |
+combinedfs.py [--foreground] /path/to/configuration.yaml /mount/point |
|
27 |
+``` |
|
28 |
+ |
|
29 |
+fstab syntax: |
|
30 |
+``` |
|
31 |
+/path/to/configuration.yaml /mount/point fuse.combinedfs defaults 0 0 |
|
27 | 32 |
``` |
28 | 33 |
|
29 | 34 |
Refer to `configuration.reference.yaml` to write your own configuration file. |