On Mon, Dec 9, 2013 at 3:11 PM, John Lauro <[email protected]> wrote: > If you want deterministic assignments, and things do not always start in the > same order, you just need to setup rules. > > http://www.reactivated.net/writing_udev_rules.html > > and then you can use /dev/sda1, etc... in fstab.
Yech. I've taken to using labeling partitions, and using "LABEL=" instead of getting into udev rules. The udev roles have nothing like "lint" to verify that the hand-edited configurations, such as those you just described, would be valid. And getting them wrong can cause endless grief.
