R-Studio - issues with automatic recognition of new USB

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: R-Studio - issues with automatic recognition of new USB

Re: R-Studio - issues with automatic recognition of new USB

by Data-Medics » Fri Sep 08, 2017 2:25 pm

This would explain some of the issues I've been having with ejecting external drives lately. I hope they get it fixed quickly.

Re: R-Studio - issues with automatic recognition of new USB

by Alt » Fri Sep 08, 2017 6:37 am

I've passed the problems to our developers.

R-Studio - issues with automatic recognition of new USB

by Peter » Thu Sep 07, 2017 4:21 pm

in version R-Studio 8.3.167546 a new feature was added - automatic scan for newly connected USB devices.

It creates a problem with USB devices when we try to change the device properties (for example switch from "easy removal" to "high performance" mode), or to eject the device - such changes require windows reboot or device physical re-connect if R-Studio is running.

Apparently, R-Studio opens a handle for each device in the list, and do not close them even if device is not used. This prevents changes to device mode or ejecting of removable media as long as R-Studio is running.
This doesn't happen with other utilities like WinHex or UFS-Explorer.

proposed solution
1. do not keep device handle open if that device is not used.
2. disable auto-scan

Top