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?