Skip to content

Commit 37438e3

Browse files
committed
Merge branch 'master' of github.com:andrewosh/hypermount
2 parents f3fc25c + 34d8909 commit 37438e3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ️ hypermount
1+
# ️ hypermount
22
A FUSE-mountable distributed filesystem, built with Hyperdrive.
33

44
Hypermount lets your mount Hyperdrives as directories on both OSX and Linux. To generate and seed a new Hyperdrive, mounted at a just run:
@@ -35,6 +35,22 @@ Successfully configured FUSE!
3535

3636
You should only need to perform this step once (it will persist across restarts).
3737

38+
### Starting the Daemon
39+
40+
After installing/configuring, you'll need to start the daemon before running any other commands. To do this, first pick a storage directory for your mounted Hyperdrives.
41+
42+
From within this storage directory, run:
43+
```
44+
❯ hypermount start
45+
Daemon started at http://localhost:3101
46+
```
47+
48+
If you want to stop the daemon, you can run:
49+
```
50+
❯ hypermount stop
51+
The Hypermount daemon has been stopped.
52+
```
53+
3854
## Usage
3955

4056
Hypermount provides an HTTP interface for mounting, unmounting, and providing status information about all current mounts. There's also a bundled CLI tool which wraps the HTTP interfaces and provides the following commands:

0 commit comments

Comments
 (0)