opnsense-ports/sysutils/fusefs-sshfs/pkg-message
Franco Fichtner 7618afa158 */*: sync with upstream
Taken from: FreeBSD
2017-04-04 18:52:59 +02:00

20 lines
398 B
Text

Basic Instructions:
There are three ways to do this:
1)
% sshfs -o idmap=user username@example.org: /path/to/mount/point
or
2)
% mount_fusefs auto /path/to/mount/point sshfs -o idmap=user \
username@example.org:
or
3)
% env FUSE_DEV_NAME=/dev/fuse0 sshfs -o idmap=user \
username@example.org:
% mount_fusefs /dev/fuse0 /path/to/mount/point
For further options see ``sshfs -h''.