Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open files and folders with Umlaut #48

Open
raumi75 opened this issue Mar 8, 2019 · 5 comments
Open

Can't open files and folders with Umlaut #48

raumi75 opened this issue Mar 8, 2019 · 5 comments

Comments

@raumi75
Copy link

raumi75 commented Mar 8, 2019

sshfs is working fine except when a folder contains an Umlaut. It is listed just fine in the folder an terminal. But when I try to open it in the finder, it appears empty.

When I open it in the terminal with cd, I can see the files with the ls command, but opening the file with the open command returns

The file /Volumes/sshlinuxserver/var/files/organisation/Schlüssel does not exist.

Strangely, I can use the cp command and copy the `non existing folders and files.

I don't think this is related to #14 because my linuxserver and my mac both have the same locales:

linuxserver$ locale
LANG=de_DE.UTF-8
LANGUAGE=
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
Mac-Pro$ locale
LANG="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_CTYPE="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_ALL=

I'm running this version:

$ sshfs --version
SSHFS version 2.10
OSXFUSE 3.8.3
FUSE library version: 2.9.7
@manuelcherubim
Copy link

I am able to reproduce this problem. Any solution to this?

@raumi75
Copy link
Author

raumi75 commented Mar 13, 2019

Thanks for looking into it. Unfortunately I don't have a solution.

@dbogdanov
Copy link

Same problem here.

@dbogdanov
Copy link

dbogdanov commented Apr 16, 2019

This seems to be related: libfuse/sshfs#116

@dbogdanov
Copy link

This solution fixes my problem: macfuse/macfuse#71 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants