14 lines
182 B
Markdown
14 lines
182 B
Markdown
# Mount
|
|
|
|
> sshfs alfred@192.168.0.14:Sync/Alfred
|
|
|
|
Various flags:
|
|
|
|
- Encryption: -C
|
|
- Map between local and remote user UIDs: -o idmap-user
|
|
|
|
# Unmount
|
|
|
|
> fusermount3 -u Sync/Alfred
|
|
|