From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: encfs: fusermount: mount failed: Operation not permitted Date: Mon, 14 May 2018 11:14:52 +0200 Message-ID: <87mux2a99v.fsf@gnu.org> References: <87h8nfhp4m.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fI9ZL-0002Uz-R8 for help-guix@gnu.org; Mon, 14 May 2018 05:15:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fI9ZG-0007e4-Pm for help-guix@gnu.org; Mon, 14 May 2018 05:14:59 -0400 In-Reply-To: <87h8nfhp4m.fsf@gmail.com> (Pierre Neidhardt's message of "Thu, 10 May 2018 10:49:13 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: "help-guix@gnu.org" Hello Pierre, Pierre Neidhardt skribis: > I can't seem to be able to decrypt my encfs folders anymore: > >> encfs /foo /foo_mount > fusermount: mount failed: Operation not permitted > fuse failed. Common problems: > - fuse kernel module not installed (modprobe fuse) > - invalid options -- see usage message Did you try =E2=80=9Csudo modprobe fuse=E2=80=9D or similar? > By the way encfs is out-of-date: repo version is 1.9.1, but 1.9.5 is > out: Please send a patch! :-) Hopefully =E2=80=98guix refresh -u encfs=E2=80= =99 will do most of the work, then all you need is build it and ensure it works for you. See , and do ask questions if you=E2=80=99re unsure about the workflow! Thanks, Ludo=E2=80=99.