diff --git a/roles/usb_lib/files/usbmount/usbmount b/roles/usb_lib/files/usbmount/usbmount index 8104564e7..f8984f2e8 100644 --- a/roles/usb_lib/files/usbmount/usbmount +++ b/roles/usb_lib/files/usbmount/usbmount @@ -160,7 +160,7 @@ if [ "$1" = add ]; then fi # Mount the filesystem. - log info "executing command: mount -t$fstype ${options:+-o$options} $DEVNAME $mountpoint" + log info "executing command: mount -t$fstype ${options:+-o$options} /$DEVNAME $mountpoint" mount "-t$fstype" "${options:+-o$options}" "$DEVNAME" "$mountpoint" # Determine vendor and model.