From owner-freebsd-fs@FreeBSD.ORG Thu Apr 9 13:58:51 2015 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE86D59F for ; Thu, 9 Apr 2015 13:58:51 +0000 (UTC) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F9C1C80 for ; Thu, 9 Apr 2015 13:58:50 +0000 (UTC) Received: from [192.168.0.183] (laptop1.herveybayaustralia.com.au [192.168.0.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id C5F73620DA; Thu, 9 Apr 2015 23:58:41 +1000 (EST) Message-ID: <55268590.2020803@herveybayaustralia.com.au> Date: Thu, 09 Apr 2015 23:58:40 +1000 From: R Skinner User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Konstantin Kulikov Subject: Re: fuse user mounting fails References: <5521DF1E.8000703@herveybayaustralia.com.au> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 13:58:51 -0000 On 08/04/2015 18:32, Konstantin Kulikov wrote: > 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. I have used something similar for ntfs-3g - I believe it was mount -t ntfs-3g ... etc. Unfortunately exfat is different; you have to use mount.exfat directly which calls mount_fusefs (saw that in truss). Still didn't work either way. The more I think about, the more I think there might be something in fuse that is not quite set correctly. Can anyone suggest a good doc for fuse? The man page appeared a bit cryptic to me, I don't think I quite catch where its coming from. Might be able to rephrase my query better... Better yet, a good info page on troubleshooting fuse would be real handy :) > > On Mon, Apr 6, 2015 at 4:19 AM, R Skinner > 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@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-fs >> To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"