fuse user mounting fails

Konstantin Kulikov k.kulikov2 at gmail.com
Wed Apr 8 08:32:57 UTC 2015


Hello.

What command do you use to mount?
You can't run ntfs-3g directly, instead use something like:
% mount_fusefs /dev/da0 `which ntfs-3g` /dev/da0 $HOME/mnt
See mount_fusefs(8) for details.
Mounting ntfs-3g worked for me, but not simple-mtpfs and I didn't try exfat.

On Mon, Apr 6, 2015 at 4:19 AM, R Skinner
<rocky at herveybayaustralia.com.au> wrote:
> I'm just starting (regular) use with fuse, and this is using the exfat fuse
> module. I tried with ntfs-3g on occasion with similar results, but now I
> need this to work a whole lot better.
>
> As root I can get fuse modules to mount a file system with no issue; albeit
> I have to set mode and owner so that is usable for my purposes.
>
> I want to set things so that as a normal user (so not just myself) can mount
> these. Currently I get:
>
> FUSE exfat 1.0.1
> mount_fusefs: /dev/fuse on /usr/home/admin/mnt: Operation not permitted
> fuse: failed to mount file system: No such file or directory
>
> Permissions are set for operator group rw on /dev fuse, da*, usb*, and so
> on... you get my drift - other cards all work if just msdosfs using usual
> mount ops. Just fuse is an issue. Sysctl vfs.usermount is set to 1.
>
> I've tried truss, truss -f but I can't make head or tail of it.
>
> I'm not exactly any kind of expert on fuse, is there any quick fixes I'm
> missing? What debug do I need to do? Most searches mention permissions
> issues and sysctl, can't find anything that actually helps. This on 10.0 atm
> as well, I have a 10.1 I can test on if required but would rather not given
> current operations.
>
> Cheers
> _______________________________________________
> freebsd-fs at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-fs
> To unsubscribe, send any mail to "freebsd-fs-unsubscribe at freebsd.org"


More information about the freebsd-fs mailing list