Linux

USB Corsair Flash Voyager and udev rules

I had some problems making my new Corsair Flash Voyager 1Gb work under udev. Until now I used the SYSFS{serial}= part from udevinfo to distinguish my usb devices. Corsair Flash Voyager doesn’t have one. So I put the following line in /etc/udev/rules.d/10-local.rules to make it work: KERNEL=”sd*”, SYSFS{vendor}=”Corsair”, SYSFS{model}=”Flash*Voyager*”, NAME{all_partitions}=”corsair%n”, GROUP=”disk” The first partition of […]

Read More