no. it does not help
but again if I add
@@ -135,6 +135,8 @@
fi
else
log debug "$DEVNAME does not contain a filesystem or disklabel"
+ sleep 6
+ fdisk -l $DEVNAME
fi
fi
it works
Cheers
Peter
Martin Dickopp wrote:
Hi,
Can you please test if the problem also goes away if you apply the
patch below to the original /usr/share/usbmount/usbmount file (i.e.
the file in the package, not your modified version)?
Thanks!
Martin
--- usbmount.orig 2005-04-21 13:33:18.000000000 +0200
+++ usbmount 2005-04-21 13:34:37.000000000 +0200
@@ -135,6 +135,7 @@
fi
else
log debug "$DEVNAME does not contain a filesystem or disklabel"
+ fdisk -l "$DEVNAME"
fi
fi
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]