usbmount
usbmount copied to clipboard
using usbmount while also booting using usb.
Does the script ignore usb drives that you may use to boot your device ?
I am booting a raspberry pi using usb, but also have another mass storage connected.
will this script work in ignoring the usb stick that is used for boot ?
No, it does not. As an example, I boot via usb stick as device /dev/sda, and usbmount tries to mount partitions from there. I am going to patch usbmount script to avoid mounting any partition from the same device as the root.