rbrito / usbmount

Simple set of scripts to automount removable devices for a Linux system
275 stars 86 forks source link

using usbmount while also booting using usb. #35

Open sourcevault opened 3 years ago

sourcevault commented 3 years ago

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 ?

mbuptivo commented 1 year ago

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.