On Sat, Apr 22, 2006 at 07:30:10AM +0200, Christian Perrier wrote: > Quoting A.M.P. Boelens ([EMAIL PROTECTED]): > > Package: smbfs > > Version: 3.0.22-1 > > Severity: normal > > > > > > I have a samba file server share mounted with cifs. When I try to move a > > file > > with a filename with a special character in it, this fails with the error: > > mv: > > cannot move '<filename>': No such file or directory. Copying goes fine. > > Moving > > and copying files with normal names goes fine too. > > > What do you call "special character". Just any non ASCII character or > some other character? > > What are the mount options you're using? Do you use the "iocharset" > mount option? > >
My mount options are: <file system> <mount point> cifs iocharset=utf8,uid=arnout,gid=data,file_mode=0664,dir_mode=0775,nosetuids,mapchars,guest,defaults 0 0 special characters like ñ é ä etc. I assume my mount options are fine because copying files is no problem. Only moving them. Arnout