-will rely on `nbdfuse` for service connection. The `fstab` entry would
-then have `nbdfuse` as __type__ indicator. This script needs
-`inotify`, `nbdfuse` and the `fuse` and `loop` kernel modules or
-built-in to function.
-
+will rely on `nbdfuse` for service connection and presents that on a
+`/run` directory (named by a mangling of the remote URL). For this
+case the `fstab` entry would then have `nbdfuse` as __type__
+indicator. The helper script mounts the `nbdfuse` "partition" on
+`/mnt/1` and spawn a monitor daemon to terminate the service
+connection upon unmounting. This script needs `inotify`, `nbdfuse` and
+the `fuse` and `loop` kernel modules or built-in to function.