Skip to content

Commit c994ce1

Browse files
authored
Update README.md
1 parent 5652d83 commit c994ce1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,17 @@ Flags:
163163
- combine with -q to mute logo output
164164
```
165165
#### Mounting
166-
* manually: `# autotierfs /path/to/mountpoint -o allow_other,default_permissions`
167-
* fstab: `/usr/bin/autotierfs /path/to/mountpoint fuse allow_other,default_permissions 0 0`
166+
##### fstab
167+
1. Ensure a mount point exists, e.g. `sudo mkdir /mnt/autotier`
168+
2. Edit `/etc/fstab` as root and add the following line:
169+
```
170+
/usr/bin/autotierfs /mnt/autotier fuse allow_other,default_permissions 0 0
171+
```
172+
3. Apply with `sudo mount -a`
173+
##### Manually
174+
1. Ensure a mount point exists, e.g. `sudo mkdir /mnt/autotier`
175+
2. Mount filesystem with `sudo autotierfs /mnt/autotier -o allow_other,default_permissions`
176+
168177
### Using cron
169178
To have `cron` schedule file tiering, first disable automatic tiering by setting `Tier Period = -1` in `/etc/autotier.conf`.
170179
Then in the cron entry, call `autotier oneshot`.

0 commit comments

Comments
 (0)