From owner-freebsd-fs@FreeBSD.ORG Wed Apr 8 08:32:57 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 D4DE1BA9 for ; Wed, 8 Apr 2015 08:32:57 +0000 (UTC) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CE516C for ; Wed, 8 Apr 2015 08:32:57 +0000 (UTC) Received: by igbqf9 with SMTP id qf9so32623601igb.1 for ; Wed, 08 Apr 2015 01:32:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=mLSdsGPIBewzIJF9ETlTTYlTvgfO8UvsD0ziYg4MP9U=; b=c37Mo0BcC5yAHN3G4WjOjyZB9daIRo+60OtVpbiPQWaTollPdMpFJIBtZWaUIZX+Wk PvT4xaxk69QbZ9NxCk9J4t3sQusloDYOcybNHGKmxeMFykRCzYS0hbF1BufgSnshoE7h FIo1erA2+N1zE8i74jl7g5pfGZ2pG+p65hC+S02IZECw3Xuql80uv/IhtP8u3x+pwKe6 PhzhREgOr6hVc8XinMx733ILbT3uMEStQcrzflkMCF5L2+ZWFNn58MuL291cUbq3dzJf v3aJCRjtesKuJWuhBMXmC4tgKTVcmWglEBw7O9jeSrSJ7GsWZTy63OTMvvnIRaE4gVUQ BeDA== X-Received: by 10.50.29.110 with SMTP id j14mr10343176igh.4.1428481976620; Wed, 08 Apr 2015 01:32:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.71.205 with HTTP; Wed, 8 Apr 2015 01:32:34 -0700 (PDT) In-Reply-To: <5521DF1E.8000703@herveybayaustralia.com.au> References: <5521DF1E.8000703@herveybayaustralia.com.au> From: Konstantin Kulikov Date: Wed, 8 Apr 2015 11:32:34 +0300 Message-ID: Subject: Re: fuse user mounting fails To: R Skinner Content-Type: text/plain; charset=UTF-8 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: Wed, 08 Apr 2015 08:32:57 -0000 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 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"