SerCeMan / jnr-fuse

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

Path Problem with Windows #179

Open utrucceh opened 10 months ago

utrucceh commented 10 months ago

Hi,

This app working with linux when cp command but not working in windows 10

I tested with "J:\" and direct directory named as "input" Usually problem with path when copying files I test it with different versions of winfsp (winfsp-1.1.17164, winfsp-1.2.17341, winfsp-1.4.19049, winfsp-2.0.23075)

image

SerCeMan commented 10 months ago

Hey, @utrucceh! Please check out https://github.com/SerCeMan/jnr-fuse/blob/master/INSTALLATION.md#troubleshooting to see if it helps.

utrucceh commented 10 months ago

I tested with it, that image captured with that encoding

utrucceh commented 10 months ago

Path string coming rightly, but with extra texts

SerCeMan commented 10 months ago

When you say app, do you refer to one of the existing examples, or an application that you're building?

utrucceh commented 10 months ago

I mean original application with ru.serce.jnrfuse.examples.MemoryFS class which every method has System.out.printf("%s (%s)\r\n%n", path,path.length());

utrucceh commented 10 months ago

The copied file's name is just "asdf.msi" for test