https://bugzilla.kernel.org/show_bug.cgi?id=209089 --- Comment #11 from Alan Stern (stern@xxxxxxxxxxxxxxxxxxx) --- All right. I don't have much time to spend on this, so I'll keep it brief. Your point of view is too narrow. As a maintainer, one quickly learns that any change made to the kernel will affect _all_ users, not just the person who requested the change. You ran into a problem in one single situation (a new OS installation). You came up with an ad-hoc way to prevent the problem from occurring, but you didn't think that your solution would _cause_ problems for many other people, who rely (or have software that relies) on the current naming scheme. Furthermore, it's a mistake to think that Linux runs only on desktop systems. In fact it gets used in everything from giant supercomputers to servers to tablets to hobby boards to IoT devices to wearables. Just because you have never used a USB drive as the primary disk or attached two USB drives simultaneously to your system doesn't mean nobody else has. (In fact, one of my servers does have two USB drives attached. They are used for rotating backups.) Furthermore, when presented with a well-known and commonly accepted technique for avoiding the problem you encountered (using filesystem labels or GUID labels), you rejected it. If you don't want to use these things yourself, that's fine -- but you shouldn't expect everyone else in the world to change the naming conventions on their systems to suit your preference. (In your triple-boot document, GUIDs would work perfectly well for everything except the swap partition, because Windows would overwrite it. But lack of a swap partition wouldn't prevent you from booting.) -- You are receiving this mail because: You are watching the assignee of the bug.