Opened 15 years ago
#6148 new defect
international characters cannot be created on mounted linux guest shared folder
Reported by: | Marcus Leandro | Owned by: | |
---|---|---|---|
Component: | shared folders | Version: | VirtualBox 3.1.2 |
Keywords: | international characters | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
Im using linux ubuntu as guest running on linux host ubuntu. shared folder mount perfectly and I can copy move and delete any files on it, but files with caracters with acentos gives me "protocol error" see the command:
suporte@lanhelpdataserver:~$ touch test.txt suporte@lanhelpdataserver:~$
the above creates the file test.txt
suporte@lanhelpdataserver:~$ touch testé.txt touch: cannot touch `testé.txt': Protocol error suporte@lanhelpdataserver:~$
the above returns the error, the only change is the addition of character "é" on filename.
thanks.