Changes between Version 1 and Version 2 of Ticket #19253, comment 5
- Timestamp:
- Nov 15, 2024, 8:33:52 PM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19253, comment 5
v1 v2 3 3 It assigns +4 "score points" if the `capacity` of a given partition matches the value stored on the `info` BMessage from the settings. 4 4 5 It then assi ngs +3 points if the deviceName matches.5 It then assigns ~+3 points if the deviceName matches.~ +1 if fsName matches, and +1 if blockSize matches. (`deviceName` won't match for partitions on the same disk, but can cause issues if you change driver order on BIOS or when switching from VM to bare-metal). 6 6 7 7 If I'm reading things right, a "score" value >= 6 means the partition gets auto-mounted.