hola necesito ayuda porke al intentar cargar backups desde usb con el devhook 44 y siguiendo todos los pasos del tutorial me sigue dando este error , investige en varias paginas y lo ke encontre fue esto , pero como esta en ingles no entiendo mucho que tengo que hacer exactamente , porfavor alguien que me ayude se lo agradeceria
the problem lies in the current NTUSER.DAT, and therefore the bug is clearly caused by some registry entry in HKCU.
The solution is to create a new user profile, which will create a new user NTUSER.DAT at \Documents and Settings\NEWUSER\NTUSER.DAT
Then simply reboot Windows and work from this new user account, usbhostfs now works perfectly, no more freezing or problems!
Of course you will lose all your settings temporarily but at least it works.
The key in question is
[HKEY_CURRENT_USER\Software\Cygnus Solutions]
just remove it, and PRESTO IT WORKS FINE! (usbhostfs will create a new one)
I had some weird values in Software\Cygnus Solutions\Cygwin\mounts v2 that were incompatible with usbhostfs. (no idea how they got in there ^^;)
Hehe and since creating a new user account didn't create those keys it worked fine from there.
But no need for this trick anymore!
y este otro
Following Alcahest's tip I found that psplink works perfect when running cygwin from the local administrator account. Directory listings and program loading work at top speed. Back in my own (domain) account, removing the registry key which Alcahest mentions in his post above did not solve the problem.
I then started changing the /cygwin/etc/passwd file: I copied the 'administrator' line and changed the start of that line (username) to my username. This finally made psplink work. A big step forward, but unfortunately it was not as fast as using psplink in the local admin account. I then decided to create a local windows account with the same username as my domain account and immediately after firing up cygwin I ran:
mkpasswd -l -c > /etc/passwd
mkgroup -l -c > /etc/group
Also in this local windows account psplink worked perfect at full speed. Finally I logged in with my domain account again and presto, psplink works fine