[Bug 690288] Re: don't unmount usb if it in fstab

2012-03-13 Thread Rogério Theodoro de Brito
I am planning on releasing a new version of usbmount. If you could: * confirm that you still have problems with the most recent version of usbmount * take a look in the git repository that I mentioned before and send me a patch it would be great. Regards, Rogério Brito. -- You received this bu

[Bug 690288] Re: don't unmount usb if it in fstab

2010-12-14 Thread J.L.
when be "add" in this script now write: if [ "$1" = add ]; then blablabla # Try to use specifications in /etc/fstab first. if egrep -q "^[[:blank:]]*$DEVNAME" /etc/fstab; then log info "executing command: mount $DEVNAME" mount $DEVNAME || log err "mount by DEVNAME wan't s

[Bug 690288] Re: don't unmount usb if it in fstab

2010-12-14 Thread J.L.
*doesn't* unmount something if it is listed in fstab because in this last version too http://git.debian.org/?p=usbmount/usbmount.git;a=blob_plain;f=usbmount;hb=HEAD I see elif [ "$1" = remove ]; then # A block or partition device has been removed. # Test if it is mounted. while read