diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-18 19:48:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-18 19:48:56 +0000 |
commit | cad1fb9d4025e32af822a692d5f48c9e2e2f5815 (patch) | |
tree | 822cb438b89ea4d99ecee752ea15cde1c91a7571 /sysutils/fusefs-sshfs/pkg-message | |
parent | - new default gcc34 (diff) |
- Update fusefs-kmod to 0.2.99.1, fusefs-libs to 2.5.0, fusefs-sshfs to 1.4
PR: ports/91873
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Notes
Notes:
svn path=/head/; revision=153832
Diffstat (limited to 'sysutils/fusefs-sshfs/pkg-message')
-rw-r--r-- | sysutils/fusefs-sshfs/pkg-message | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/sysutils/fusefs-sshfs/pkg-message b/sysutils/fusefs-sshfs/pkg-message index 84f26708b576..d06ef46ab4cf 100644 --- a/sysutils/fusefs-sshfs/pkg-message +++ b/sysutils/fusefs-sshfs/pkg-message @@ -1,21 +1,22 @@ Basic Instructions: -Load the fuse kernel module (as root): -# %%PREFIX%%/etc/rc.d/fuse.sh start +There are three ways to do this: -Then mount something via sshfs (as an ordinary user if you set -vfs.usermount=1). - -There are two ways to do this: +Daemon initiated 1) -% env FUSE_DEV_NAME=/dev/fuse0 sshfs -o uid=<local uid> -o gid=<local gid> \ - username@example.org: -% mount_fusefs /dev/fuse0 /path/to/mount/point +% sshfs -o idmap=user username@example.org: /path/to/mount/point or 2) -% mount_fusefs auto /path/to/mount/point sshfs -o uid=<local uid> \ - -o gid=<local gid> username@example.org: +% 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''. |