[systemd-devel] [PATCH] make fsck fix mode a kernel command line option
Tom Gundersen
teg at jklm.no
Tue Sep 10 05:45:02 PDT 2013
On Tue, Sep 10, 2013 at 2:31 PM, Jan Engelhardt <jengelh at inai.de> wrote:
>
> On Tuesday 2013-09-10 13:52, Dave Reisner wrote:
>>> the FUSE program knows
>>> nothing about the systemd-specific "nofail" or "x-*".
>>
>>This should only be a problem if you directly use the FUSE mount helper.
>>If you instead invoke mount with -t fuse.$fusetype, then this isn't an
>>issue. mount(8) *does* understand these options and nicely strips them
>>out before invoking the specific mount helper for you.
>
> If it were so that mount stripped them, I would not be reporting it,
> would I. Or maybe that is a feature of a future util-linux?
>
> # grep /mnt /etc/fstab
> /srv/www /mnt fuse.bindfs auto,nofail,group=company,perms=g+rw,create-for-group=www,create-with-perms=g+r:go-w 0 0
> # mount /mnt
> fuse: unknown option `nofail'
> # rpm -q util-linux
> util-linux-2.21.2-10.2.1.x86_64
Hm, I thought that feature was part of 2.21... or perhaps your distro
is still not using the libmount based mount?
This in the commit:
https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=5810d870970709684cee1219f3459b5cc3fc9915
Cheers,
Tom
More information about the systemd-devel
mailing list