Associate
- Joined
- 24 Jun 2007
- Posts
- 1,869
- Location
- Landan.
Anyone any idea how I can reset udev's device mappings? I've got four 14-disk SCSI arrays connected via FC, and I've just added another connection for each tray. Udev has now mapped each drive more than twice (so I've got /dev/sda, /dev/sdaa through to /dev/sdz, /dev/sdza) - basically it's fubared.
I've been looking in /etc/udev/rules.d/ (or is that conf.d?) - but that just houses the scripts that pick the dev names dynamically - I guess I need to find where it's storing the dev mappings (/dev/sdaa UUID=blah) and delete them all (bar the boot drive) to allow it to do it again.
Having two dev mappings to one drive is fine (and needed), I'll be using multipath to 'bond' the devices, but having something stupid like 600 mappings isn't
Hopefully a Linux ninja is about!
I've been looking in /etc/udev/rules.d/ (or is that conf.d?) - but that just houses the scripts that pick the dev names dynamically - I guess I need to find where it's storing the dev mappings (/dev/sdaa UUID=blah) and delete them all (bar the boot drive) to allow it to do it again.
Having two dev mappings to one drive is fine (and needed), I'll be using multipath to 'bond' the devices, but having something stupid like 600 mappings isn't
Hopefully a Linux ninja is about!