SerCeMan / jnr-fuse

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

Path Problem with Windows #179

Open utrucceh opened 1 year ago

utrucceh commented 1 year 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 1 year ago

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

utrucceh commented 1 year ago

I tested with it, that image captured with that encoding

utrucceh commented 1 year ago

Path string coming rightly, but with extra texts

SerCeMan commented 1 year ago

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

utrucceh commented 1 year 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 1 year ago

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