DigitalOcean/image migration/backup/MacOS: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "* if doing this from iOS, it looks like you need to include a <code>defer_permissions</code> option: <source lang=bash>sudo sshfs -o allow_other,defer_permissions root@157..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
* if doing this from [[ | * if doing this from [[MacOS]], it looks like you need to include a <code>defer_permissions</code> option: | ||
<source lang=bash>sudo sshfs -o allow_other,defer_permissions root@157.245.133.24:/ /mnt/droplet</source> | <source lang=bash>sudo sshfs -o allow_other,defer_permissions root@157.245.133.24:/ /mnt/droplet</source> | ||
==Links== | ==Links== | ||
* '''2016-06-02''' [https://askubuntu.com/questions/780705/fuse-unknown-option-defer-permissions fuse: unknown option `defer_permissions'] | * '''2016-06-02''' [https://askubuntu.com/questions/780705/fuse-unknown-option-defer-permissions fuse: unknown option `defer_permissions'] | ||
Latest revision as of 13:01, 22 September 2019
- if doing this from MacOS, it looks like you need to include a
defer_permissionsoption:
sudo sshfs -o allow_other,defer_permissions root@157.245.133.24:/ /mnt/droplet
Links
- 2016-06-02 fuse: unknown option `defer_permissions'
