dokan-dev / dokany

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

Max of 30mb/s read and write on drives #1131

Closed johnlescault closed 1 year ago

johnlescault commented 1 year ago

Feature request can skip this form. Bug report must complete it. Check List must be 100% match or it will be automatically closed without further discussion. Please remove this line.

Environment

Check List

Description

Like I mentioned above, this COULD be related to the same issues here:

I am trying to map drives from my Linux NAS. All drives are ext4, being shared with samba. On my windows box, I am using the below command to mount: "C:\Program Files\Dokan\DokanLibrary-2.0.6\mirror.exe" -r \192.xxx.xxx.xxx\10tb /o -l J

Logs

Please attach in separate files: mirror output, library logs and kernel logs. In case of BSOD, please attach minidump or dump analyze output.

I did not upload any logs because I have a feeling this is more of a common issue (such as ext4 being read on Windows through Dokan). If a log is required I will gladly provide though.

Liryna commented 1 year ago

Hi @johnlescault ,

What is your scenario ? How did you compute the 30MB/s ? What is the normal read / write speed access of your NAS through explorer directly ? Have you tried to use the network option ?

With memfs I am capable of reaching 3GB/s https://github.com/dokan-dev/dokany/discussions/1061 so there must be a bottleneck somewhere.