0

I have a relatively short question concerning USB device handling: How is it possible to map a USB device to a fixed device.

I know there are ways using udev rules, but I want complete instructions showing how to do it and what tools to use (if there are any). So show me how you would map the following USB drives to a fixed device.

1 USB HDD

Bus 002 Device 003: ID 1058:1110 Western Digital Technologies, Inc.

should go to:

/dev/sdc

1 USB flash drive

Bus 001 Device 005: ID 1b1c:1ab1 <- unknown vendor, actually its CORSAIR VOYAGER

should go to:

/dev/sdd
evildead
  • 892
  • 5
  • 11

2 Answers2

6

If you use UUIDs or Volume Labels, you don't need fixed device names.

Sven
  • 97,248
  • 13
  • 177
  • 225
0

You could use udev rules to manually force the device IDs etc...