block: fall back to external mount helper
authorJo-Philipp Wich <jo@mein.io>
Fri, 21 Oct 2016 14:53:57 +0000 (16:53 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 21 Oct 2016 16:45:08 +0000 (18:45 +0200)
If the mount(2) syscall fails with ENOENT, attempt to mount the filesystem
using an external "/sbin/mount.$fstype" command.

This allows filesystems which do not have direct kernel support, like fuse-
or network filesystems.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>

No differences found