From owner-freebsd-fs@freebsd.org Fri Feb 2 17:50:27 2018 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99210EE63FC for ; Fri, 2 Feb 2018 17:50:27 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (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 270F676B57 for ; Fri, 2 Feb 2018 17:50:27 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-io0-x22e.google.com with SMTP id f89so23761180ioj.4 for ; Fri, 02 Feb 2018 09:50:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OX3Kyvlg0vgF7BCBRiIea3jIIs2V8uth3h3/1L5SIrs=; b=O1GcSW3WFLROrHgNQEcjCaoYa5XXQgxv6XUABdeCCu30OykEk0e7jIzFdsFkq8hsOW UcT5W+fuHLNM8UsbMUsKzVl62zYLanduk9bSM4J1tKgIt7bMM+gTeo/XlGXHeQj70mKI ZKdB2CdNkopT8rkuDyBaq7+c3qA6/5uoi86NQprDQ75+BQMNep19I4cEfFCVXY6LdgMf Mk+AlsQCRFPwUSIxzGeg1U8hvdfV2AZ/di4uBmkAYGK0RTdHNyuOelklrUa+2ecZ0CdC PDLl8yuIUgPNfn/0wHqTjvNC/+inVrvSVy3Fksi2zETCoCnxx3NDzJhGEEyv1E2xIpyA ohAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OX3Kyvlg0vgF7BCBRiIea3jIIs2V8uth3h3/1L5SIrs=; b=Z1S7sjbE6Lbj9D3LqgGiBRZar2yvEKusbTD4o56x1tyFVvjFt72eZE8oKlXRi9tceM ZRREvpYOBINl3AaZzUiQTW1Qk92TCSdbMEKptO0j10HUL3SUtJGN+PKC6vq644hhqGvU k/r8JyaAKfpY1ZxchjwDoTy4fKEh3CbN4dNxjo0vQF3agfpAoZzSVgjnyH/qKveoo7eD A21NptQtxE1Lc0VXWv/v+Gl29RenNRT9O7R6277/HWcfbLCpTfxE5GzUaJYoixMrMaqp Eae2S2KbJwGV/SkjinCKexwJnoiywPRpcfseCHFUfaItYwy7bqiTWlTZya1JbfbTj6wV 9F7Q== X-Gm-Message-State: AKwxytcpj8H+JOBE5BuYFa4ng2t89ka90HsTVZZjbu3BbrlRaw6ozcA0 z/R+3irZkDnM9+DxBcHpkyvV0Csmo8yC9GeZSHnpXQ== X-Google-Smtp-Source: AH8x226sOX5ehDd0fTBZ0uZ4Zqh2C2gBssCLIk3Q6DVmdIdLJJv0xBVmKiF8VtDeEUHTqbFBGw5KF0C0AwZUo3v7d4s= X-Received: by 10.107.170.81 with SMTP id t78mr24887745ioe.98.1517593826298; Fri, 02 Feb 2018 09:50:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.156.70 with HTTP; Fri, 2 Feb 2018 09:50:25 -0800 (PST) In-Reply-To: <201802021712.w12HC1m8012695@higson.cam.lispworks.com> References: <8868a37f-90ad-a271-2295-bf67164fad19@aldan.algebra.com> <42ad9c4b-9017-0955-a550-521f9e2d933d@aldan.algebra.com> <201802021712.w12HC1m8012695@higson.cam.lispworks.com> From: Adam Vande More Date: Fri, 2 Feb 2018 11:50:25 -0600 Message-ID: Subject: Re: fusefs and /etc/fstab To: Martin Simmons Cc: "Mikhail T." , freebsd-fs , brendan+freebsd@bbqsrc.net Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 17:50:27 -0000 On Fri, Feb 2, 2018 at 11:12 AM, Martin Simmons wrote: > >>>>> On Thu, 1 Feb 2018 14:35:26 -0500, Mikhail T said: > > > > For people trying to use fstab to mount fusefs filesystem(s), there is a > > problem -- the daemons expecting one argument after the options (the > > mount-point), are confused by there being two arguments: the "special" > > and the mount-point. > > > > The mount_fusefs(8) recommends using "auto" for the "special" (first > > field of the fstab), but that breaks too: > > > > fuse: bad mount point `auto': No such file or directory > > Yes, but mount doesn't run mount_fusefs when processing /etc/fstab. > You can use mountprog option. -- Adam