mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
loading an extra kernel module on FreeBSD 10.0+ - Add LICENSE_FILE - Remove the unnecessary KMODDIR knob PR: 217880 Approved by: mat (mentor), maintainer timeout (2 weeks+) Differential Revision: https://reviews.freebsd.org/D10243
20 lines
398 B
Text
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''.
|