diff --git a/lib/gui/app/models/store.ts b/lib/gui/app/models/store.ts index d66e9a73..fe1b3fff 100644 --- a/lib/gui/app/models/store.ts +++ b/lib/gui/app/models/store.ts @@ -134,6 +134,8 @@ function storeReducer( } drives = _.sortBy(drives, [ + // System drives last + (d) => !!d.isSystem, // Devices with no devicePath first (usbboot) (d) => !!d.devicePath, // Then sort by devicePath (only available on Linux with udev) or device