dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.23k stars 666 forks source link

AndroidDrive fails with dokan and unable to zip 2GB+ file #1189

Closed anmac1789 closed 9 months ago

anmac1789 commented 9 months ago

Hello, Im using android drive which uses Dokan 2.0.6 and I mounted my pixel 7 android with a drive letter and tried to make a zip of a file in the DCIM folder which is about 3.29 GB and winrar fails saying that not enough system resources avalable. But how can that be when I have 30 GB+ free on my C drive and I'm only zipping a 3 GB file ? I have tried using pull with adb.exe and I successfully transferred a 3GB file. But, for some reason, with android drive it fails even though it uses adb behind the software. Why can't I zip a file that is more than 2 GB for programs that utilize dokan ?

Liryna commented 9 months ago

Please see https://github.com/GustavLindberg99/AndroidDrive/issues/22#issuecomment-1848980190

Dokan has no knowledge of Android. It is a virtual drive that can be plugged to anything or nothing. There is no limit of file transfer size and it does not store anything on disk.