Lines Matching full:mount
22 trap '( lockfile-remove /var/run/usbmount/.mount )' 0
23 log debug "acquired lock /var/run/usbmount/.mount.lock"
39 log info "executing command: mount $DEVNAME"
40 mount $DEVNAME || log err "mount by DEVNAME with $DEVNAME wasn't successful; return code $?"
43 - log info "executing command: mount -U $UUID"
44 - mount -U $UUID || log err "mount by UUID with $UUID wasn't successful; return code $?"
46 + log info "executing command: mount -U $ID_FS_UUID"
47 + mount -U $ID_FS_UUID || log err "mount by UUID with $ID_FS_UUID wasn't successful; return code $?"
56 # types to mount.
69 log info "executing command: run-parts /etc/usbmount/mount.d"
70 run-parts /etc/usbmount/mount.d || :