Bug 264910 - sysutils/fusefs-sshfs package message: issues with example usage
Summary: sysutils/fusefs-sshfs package message: issues with example usage
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL: https://github.com/freebsd/freebsd-po...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-26 16:26 UTC by Graham Perrin
Modified: 2022-06-26 16:26 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
%