Windows Access still working (mapped as normal drive + encfs feature)

I just found another way for windows …

Get : ACD Dokan.NET (search google) -> Mount ACD as Driveletter e.g: x: (still working with this amazon website login)

Optional if on ENCFS - get : https://encfsmp.sourceforge.io/ … mount your encrypted ACD Directory on drive x from above as y:

Now you are able to access all your Amazon files again on Windows mounted as normal Drive -even with encfs-encryption …

Get Rclone for Windows … go command promt … do a move/copy/whatever to whereever …

100% working - but i’m still testing if it is stable / speed / character code poblems … maybe someone will jump in and help …8)

don’t know … but with this solution we may get arround this local hdd sync with odrive …

Greetings

FoGBaV

1 Like

Keep us posted on performance and stability. Dumping to our entire datastore to persistent storage via odrive isn’t exactly ideal or cheap.

OK - just tested first Gigs with normal 1:1 copy job under Windows … runs with my full Up/Downspeed @home (25 Mbit Up)…

please test … !

Excuse my ignorance but why do you need rclone if you can mount your drive using ACD Dokan.NET ?
Or do you need it to sync the files from PC to ACD Dokan.NET drive? In case yes, do you do a local: for the acd-files accesed via ACD Dokan.NET drive?

I tried this… but I get all sorts of errors when trying to rclone copy to gdrive. E:\ is completely accessible I’m able to navigate it within explorer. I’m also running my rclone copy with an administrator prompt.

C:>rclone copy -v “E:\Encrypted” google:Encrypted
2017/05/19 17:47:55 INFO : Google drive root ‘Encrypted’: Modify window is 1ms
2017/05/19 17:47:55 INFO : Google drive root ‘Encrypted’: Waiting for checks to
finish
2017/05/19 17:47:55 INFO : Google drive root ‘Encrypted’: Waiting for transfers
to finish
2017/05/19 17:47:55 ERROR : Attempt 1/3 failed with 0 errors and: error reading
source directory “”: failed to read directory “\\?\E:\Encrypted”: Readdir \
?\E:\Encrypted: The system cannot find the path specified.
2017/05/19 17:47:55 INFO : Google drive root ‘Encrypted’: Waiting for checks to
finish
2017/05/19 17:47:55 INFO : Google drive root ‘Encrypted’: Waiting for transfers
to finish
2017/05/19 17:47:55 ERROR : Attempt 2/3 failed with 0 errors and: error reading
source directory “”: failed to read directory “\\?\E:\Encrypted”: Readdir \
?\E:\Encrypted: The system cannot find the path specified.
2017/05/19 17:47:55 INFO : Google drive root ‘Encrypted’: Waiting for checks to
finish
2017/05/19 17:47:55 INFO : Google drive root ‘Encrypted’: Waiting for transfers
to finish
2017/05/19 17:47:55 ERROR : Attempt 3/3 failed with 0 errors and: error reading
source directory “”: failed to read directory “\\?\E:\Encrypted”: Readdir \
?\E:\Encrypted: The system cannot find the path specified.
2017/05/19 17:47:55 Failed to copy: error reading source directory “”: failed to
read directory “\\?\E:\Encrypted”: Readdir \?\E:\Encrypted: The system can
not find the path specified.

C:>

Same error for me !

@FoGBaV what is you command line ?

Obviously an issue with rclone reading the Dokan mount.

I’m running EncFSMP - so -> ACD Dokan (Y:) -> ENFSMP (A:) …

PAramater :

rclone copy --no-traverse --no-update-modtime --ignore-existing -v a:\000.Music gdrivecrypt:/000.Music --transfers=1 --checkers=5

Is it possible for you to copy with normal explorer ?

I can’t mount a rclone drive on Windows.

My command is :

rclone.exe copy -v “E:\holidayfilm” gdrive:holidayfilm

And i got a :

2017/05/19 20:17:51 ERROR : Attempt 1/3 failed with 0 errors and: error reading source directory “”: failed to read directory “\\?\E:\gdrive:holidayfilm”: Readdir \?\E:\gdrive:holidayfilm: Le chemin d’accès spécifié est introuvable.

Seems like rclone can not get the path/ work directly from ACD Dokan, but through ENCFSMP …8(

On ENCFSMP rclone works …

Sorry i misunderstand this.