File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ A FUSE-mountable distributed filesystem, built with Hyperdrive.
4
4
Hypermount lets your mount Hyperdrives as directories on both OSX and Linux. To generate and seed a new Hyperdrive, mounted at a just run:
5
5
```
6
6
❯ hypermount mount me
7
- Mounted 8a18b05e95e2e20eca9e66cdeff5b926c7c553edc34c7ffc06054edbb1810f7e at /home/andrewosh/ friends/me
7
+ Mounted 8a18b05e95e2e20eca9e66cdeff5b926c7c553edc34c7ffc06054edbb1810f7e at friends/me
8
8
```
9
9
This command will give you a Hyperdrive key you can share with others. A friend can subsequently mount this drive:
10
10
```
11
11
❯ hypermount mount andrew 8a18b05e95e2e20eca9e66cdeff5b926c7c553edc34c7ffc06054edbb1810f7e
12
- Mounted 8a18b05e95e2e20eca9e66cdeff5b926c7c553edc34c7ffc06054edbb1810f7e at /home/andrewosh/ friends/andrew
12
+ Mounted 8a18b05e95e2e20eca9e66cdeff5b926c7c553edc34c7ffc06054edbb1810f7e at friends/andrew
13
13
```
14
14
15
15
Once your drives are mounted, you can treat them as you would any other directory!
You can’t perform that action at this time.
0 commit comments