Displaying 2 results from an estimated 2 matches for "mapchars".
Did you mean:
map_chars
2017 Oct 31
1
"mount error(112): Host is down" on Ubuntu 17.10
...rA: Samba 3.0.28a
ServerB: Samba 3.6.25
ServerC: Samba 4.3.11
ServerD: Samba 4.3.11
I am using a BASH script to mount shares in user's home directory using
this line:
sudo mount.cifs //192.168.123.29/share/ ~/server/share -o
user=<user>,password=<password>,uid=<uid>,rw,mand,mapchars
Everything works fine with Ubuntu LTS v12.04, v14.04 and v16.04.
Now Ubuntu released v17.10 and it has many changes so I want to test it
out. Now I found my script no logger working on ServerA and ServerB. For
Server C and D it works fine.
So I manually execute the mount.cifs command in termin...
2005 Nov 06
1
Filenames with "special" characters (äöü€¶) on SMB share of Linkstation HD-HLAN250
...either :)
I also tried to mount that share using "cifs" as fs-type instead
of smbfs with the following line in /etc/fstab:
//HD/share /HD/TEST2 cifs
noauto,credentials=/local/conf/hd-credentials,uid=guest,gid=users,file_mode=0775,dir_mode=0775,domain=EUROPE,rw,setuids,noperm,mapchars,soft,serverinoi,iocharset=utf8
0 0
But that's even worse... With this, not even Linux can see the
special characters fine:
$ touch /HD/TEST2/bl?der\ cifs\ name
$ ls -la /HD/TEST2/bl*cifs*name
-rwxrwxr-x 1 guest users 0 6. Nov 10:51 /HD/TEST2/bl ?der cifs name
And in Windows, that name show...