Bug 264910

Summary: sysutils/fusefs-sshfs package message: issues with example usage
Product: Ports & Packages Reporter: Graham Perrin <grahamperrin>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: New ---    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (bofh)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/freebsd/freebsd-ports/blob/main/sysutils/fusefs-sshfs/pkg-message

Description Graham Perrin freebsd_committer freebsd_triage 2022-06-26 16:26:50 UTC
From <https://www.freshports.org/sysutils/fusefs-sshfs/#message>: 

> % mount_fusefs auto /path/to/mount/point sshfs -o idmap=user \
>        username@example.org:


Below, this approach does not work for me: 

% pkg info -x fusefs-sshfs
fusefs-sshfs-3.7.3_1
% ls -dhl /media/freebsd
drwx------  2 grahamperrin  grahamperrin     2B 26 Jun 17:07 /media/freebsd
% mount_fusefs auto /media/freebsd sshfs -o idmap=user grahamperrin@freebsd.org:
% error: no mountpoint specified
see `sshfs -h' for usage

% mount_fusefs auto /media/freebsd sshfs -o idmap=user \
?        grahamperrin@freebsd.org:
mount_fusefs: /dev/fuse on /media/freebsd: Operation not permitted
% error: no mountpoint specified
see `sshfs -h' for usage

% uname -aKU
FreeBSD mowa219-gjp4-8570p-freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT #13 main-n256147-1c665e95d44-dirty: Wed Jun 15 07:49:44 BST 2022     root@mowa219-gjp4-8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 1400061 1400061
%