[systemd-devel] [PATCH] make fsck fix mode a kernel command line option

Jan Engelhardt jengelh at inai.de
Tue Sep 10 05:31:04 PDT 2013


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


More information about the systemd-devel mailing list