Re: UUID for USB devices

2011-10-28 Thread Geoffrey Leach
On 10/27/2011 10:04:38 PM, Ed Greshko wrote: > On 10/28/2011 07:25 AM, Geoffrey Leach wrote: > > Under Fedora 14 the following procedure worked for discovering the > UUID > > for a USB device. > > > > Insert device > > Look in /dev/disk/by-label for device > > Use file cmd to find device assigned

Re: UUID for USB devices

2011-10-27 Thread Ed Greshko
On 10/28/2011 07:25 AM, Geoffrey Leach wrote: > Under Fedora 14 the following procedure worked for discovering the UUID > for a USB device. > > Insert device > Look in /dev/disk/by-label for device > Use file cmd to find device assigned > Look in /dev/disk/by-uuid for the UUID assigned (link to sa

Re: UUID for USB devices

2011-10-27 Thread Bruno Wolff III
On Thu, Oct 27, 2011 at 16:25:37 -0700, Geoffrey Leach wrote: > Under Fedora 14 the following procedure worked for discovering the UUID > for a USB device. > > Insert device > Look in /dev/disk/by-label for device > Use file cmd to find device assigned > Look in /dev/disk/by-uuid for the UUID

UUID for USB devices

2011-10-27 Thread Geoffrey Leach
Under Fedora 14 the following procedure worked for discovering the UUID for a USB device. Insert device Look in /dev/disk/by-label for device Use file cmd to find device assigned Look in /dev/disk/by-uuid for the UUID assigned (link to same device) Alas, that no longer works. Anyone have an up-t