fuse fusefs

  1. E

    Sshfs needs doas, how to use sshfs as an unprivileged user?

    Using a fresh install of FreeBSD 13.0. I'm trying to mount a remote directory on a linux server via sshfs with the following command: sshfs user@x.x.x.x:/home/user/Dir/dir/ /usr/home/anotheruser/DestinationDir/ -p1234 -v -o idmap=user,uid=X,guid=Y,allow_other,follow_symlinks,reconnect The...
  2. L

    Other NTFS volume can be mounted as normal user via FUSE, but can't be umounted in the same way

    I have fusefs, fusefs-ntfs, gvfs as well as pcmanfm-qt installed through ports, with FUSE option enabled when building gvfs, and have fusefs in my kld_list. Now in pcmanfm-qt I can click on an NTFS volume to mount it without any privilege, but when I click on the eject button on the left it...
  3. B

    i915kms.ko & fuse problems in 13.0

    In my latest attempt to upgrade 12.2 to 13.0 (on a ThinkPad X220) I'm unable to use i915kms.ko and fuse. Initially the system refuses to boot because /etc/fstab tries to mount a Linux (ext2fs) partition but after commenting it out it boots, however kldload will not load fuse. Also...
  4. L

    fusefs default_permission + allow_other not work as expected?

    # uname -a FreeBSD bsd_test 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Problem: According to manual of mount.fuse, default_permission should let the OS to do file permission checking using the...
Back
Top