View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021202 | MMW 5 | Other | public | 2024-09-12 15:42 | 2024-11-12 18:49 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | reopened | ||
Product Version | 5.1 | ||||
Target Version | 5.1.1 | Fixed in Version | 5.1 | ||
Summary | 0021202: Improve handling of hard drive serial numbers | ||||
Description | Currently, we rely heavily on serial numbers for drive letter assignment. It's usually not that much useful as it used to be for removable media in the past. One particular area of focus should be that the GetVolumeLabelAndSN( DrvL, DI.VolumeLabel, DI.SerialNumber); call in _UpdateDriveLetters() can be stalled (for several minutes in my case, when a network drive isn't accessible) which causes the whole MM to malfunction (not showing any track related data anywhere in the UI). We either should get rid of the call for most cases (like for other than removable media??) or run it separatelly in a thread and thus not to block the base processing of the initial accessible media scan. | ||||
Tags | No tags attached. | ||||
Fixed in build | 3054 | ||||
|
Fixed in 3100 @Jiri: please test whether works OK and we could potentionally merge to 2024 |
|
Fixed in 3100 and merged to 3054 |
|
Verified 3054 I have not found any regressions I even went to mounting 8 drives from NAS and Other PC, disconnecting after mounting and then starting MM. @jiri please retest, I think this works now. |
|
Works fine now, closing. |