usbmount icon indicating copy to clipboard operation
usbmount copied to clipboard

using usbmount while also booting using usb.

Open sourcevault opened this issue 4 years ago • 1 comments

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 ?

sourcevault avatar Jul 13 '21 00:07 sourcevault

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.

mbuptivo avatar Aug 19 '22 13:08 mbuptivo