Re: usb stick specify as /dev/sdz

2013-10-01 Thread Frank Murphy
On Tue, 1 Oct 2013 15:43:54 -0400 "Paul W. Frields" 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. -- Regards, Frank www.frankly3d.

Re: usb stick specify as /dev/sdz

2013-10-01 Thread Paul W. Frields
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}=="f

usb stick specify as /dev/sdz

2013-09-30 Thread Frank Murphy
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", [...] -- Regards, Frank www.frankly3d.com -- users mailing list use