File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -163,8 +163,17 @@ Flags:
163
163
- combine with -q to mute logo output
164
164
```
165
165
#### 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
+
168
177
### Using cron
169
178
To have ` cron ` schedule file tiering, first disable automatic tiering by setting ` Tier Period = -1 ` in ` /etc/autotier.conf ` .
170
179
Then in the cron entry, call ` autotier oneshot ` .
You can’t perform that action at this time.
0 commit comments