Is it possible to have a usb stick used a specific /dev/sdz based on device label
So no matter which usb slot, it's pugged into, gets the same sdz
my udev rule. so far: BUS=="usb", KERNEL=="sd*", ATTRS{label}=="foo_or_bar", [...]
On Mon, Sep 30, 2013 at 03:15:22PM +0100, Frank Murphy wrote:
Is it possible to have a usb stick used a specific /dev/sdz based on device label
So no matter which usb slot, it's pugged into, gets the same sdz
my udev rule. so far: BUS=="usb", KERNEL=="sd*", ATTRS{label}=="foo_or_bar", [...]
Is there a reason not to use the persistent name already provided under /dev/disk?
On Tue, 1 Oct 2013 15:43:54 -0400 "Paul W. Frields" stickster@gmail.com wrote:
Is there a reason not to use the persistent name already provided under /dev/disk?
Doesn't seem to work if alternate manufacturer, or port is used, or even if the port is fed to another box.