so in the script it's self:
https://github.com/jackjack-jj/pywallet/blob/master/pywallet.pyline 4851:
4850 if len(device) in [2,3] and device[1]==':':
4851 device="\\\\.\\"+device
is this normal? are the \\\\.\\ out of place and confusing the program???
I have another copy of pywallet and the same command is on line 4778
here are the commands: ( PS** the passphrase is made up, wont be used ever after this operation)
Microsoft Windows [Version 10.0.17134.950]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\Hoss>pywallet.py --recover --recov_device C:\ --recov_size=465.0Gio --recov_outputdir C:\Users\Hoss\Desktop\found wallet
Enter the passphrase for the wallet that will contain all the recovered keys: push costa surge wrote soil hospital derived migrate vacation arts fremont analyzed
Enter the possible passphrases used in your deleted wallets.
Don't forget that more passphrases = more time to test the possibilities.
Write one passphrase per line and end with an empty line.
Possible passphrase:
Starting recovery.
Can't open \\.\C:\, check the path or try as root
Error: (2, 'No such file or directory')
C:\Users\Hoss>pywallet.py --recover --recov_device D:\ --recov_size=32.0Gio --recov_outputdir C:\Users\Hoss\Desktop\found wallet
Enter the passphrase for the wallet that will contain all the recovered keys: push costa surge wrote soil hospital derived migrate vacation arts fremont analyzed
Enter the possible passphrases used in your deleted wallets.
Don't forget that more passphrases = more time to test the possibilities.
Write one passphrase per line and end with an empty line.
Possible passphrase:
Starting recovery.
Can't open \\.\D:\, check the path or try as root
Error: (13, 'Permission denied')
when I change the directory as advised earlier same error but with only one proper (\) :
C:\Users\Hoss>cd C:\hoss\documents\pywallet-win-files-master
The system cannot find the path specified.
C:\Users\Hoss> cd C:\users\hoss\documents\pywallet-win-files-master
C:\Users\Hoss\Documents\pywallet-win-files-master>pywallet.py --recover --recov_device D:\ --recov_size=32.0Gio --recov_outputdir C:\Users\Hoss\Desktop\found wallet
Enter the passphrase for the wallet that will contain all the recovered keys: push costa surge wrote soil hospital derived migrate vacation arts fremont analyzed
Enter the possible passphrases used in your deleted wallets.
Don't forget that more passphrases = more time to test the possibilities.
Write one passphrase per line and end with an empty line.
Possible passphrase:
Starting recovery.
Can't open D:\, check the path or try as root
Error: (13, 'Permission denied')
C:\Users\Hoss\Documents\pywallet-win-files-master>pywallet.py --recover --recov_device C:\ --recov_size=465.0Gio --recov_outputdir C:\Users\Hoss\Desktop\found wallet
Enter the passphrase for the wallet that will contain all the recovered keys: push costa surge wrote soil hospital derived migrate vacation arts fremont analyzed
Enter the possible passphrases used in your deleted wallets.
Don't forget that more passphrases = more time to test the possibilities.
Write one passphrase per line and end with an empty line.
Possible passphrase:
Starting recovery.
Can't open C:\, check the path or try as root
Error: (2, 'No such file or directory')
C:\Users\Hoss\Documents\pywallet-win-files-master>