SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
370 stars 88 forks source link

Multiple new folder are created when using "New folder UI"? #26

Closed ust3000 closed 7 years ago

ust3000 commented 7 years ago

Hello guys,

I have tried to create new folder through windows UI image from MemoryFS.java, however i have got
image

And here logs : jnr-fuse-new-folder.txt

Cloud you please figure out the issue and let us how to fix it ?

Best regards, Mustapha.

SerCeMan commented 7 years ago

Hi, @ust3000!

The file explorer behaves in that way due to the winfsp requirement of setting permissions. I updated the MemoryFS example to reflect that on master, see https://github.com/SerCeMan/jnr-fuse/commit/da4b7d41cd053f4a3f5c3809befd9d6dc95f4504

ust3000 commented 7 years ago

@SerCeMan Thanks a lot. Now it works fine.