Hello,

I've got the same problem here on my system. I did a little research and
it seems, that udev is killing the mount.ntfs process after a few seconds.

I've created a litte nasty workaround using at. I think it would be a
much better way to tell udev to not kill the mount process, but I have
no clue about udev.


--- usbmount.orig       2015-06-24 20:48:29.027693081 +0200
+++ usbmount    2015-06-24 20:40:57.137418335 +0200
@@ -136,7 +136,8 @@

                # Mount the filesystem.
                log info "executing command: mount -t$fstype
${options:+-o$options} $DEVNAME $mountpoint"
-               mount "-t$fstype" "${options:+-o$options}" "$DEVNAME"
"$mountpoint"
+               echo mount "-t$fstype" "${options:+-o$options}"
"$DEVNAME" "$mountpoint" >/usr/share/usbmount/helper.sh
+                at -f /usr/share/usbmount/helper.sh now

                # Determine vendor and model.
                vendor=


best regards,
Jürgen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to