similar to: Wrong charset when mounting WindowsXP shares

Displaying 20 results from an estimated 10000 matches similar to: "Wrong charset when mounting WindowsXP shares"

2004 Jan 23
2
trouble with german special chars on smb shares
Setup: two Slackware9.1 boxen with Samba 3.0.1 (tried 2.2.x as well), where xerxes: is a file server and shodan: is the client on xerxes there are 3 shared vfats (the errors I am going to describe occur on ext2/3 in exactly the same way) When I do: dexter@xerxes:/mnt/f/smbtest$ touch Umlaute_??? I get: dexter@xerxes:/mnt/f/smbtest$ ls Umlaute_??? Just like it should. BUT: on the client
2002 Mar 10
1
Hungarian codepage problem using smbmount
Dear Samba Developers, Dear Urban, This was my original letter. I hope you get it correctly this time. Maybe it was too big, now I reduced the size of this letter. My goal is to make a Linux fileserver up and running with automatic archiving functionality in a mixed Windows 2000 - Linux network and since the beginning of February I could not solve my problem, so I write to you hoping that you
2002 Oct 30
2
codepage-conversion for smbclient
Hi list, I've browsed through the archives, but I didn't find a answer for this: I use smbclient to access a windowsNT 4.0 server. I get only '?' for filenames which contains Umlauts. F.e., a file called "Verkn?pfung" is displayed as "Verkn?pfung". I use following mount-string: mount.smbfs //SERVER/Share /home/xxx -o rw noexec nosuid nodev user codepage
2000 Aug 16
1
SMBFS: NLS support for kernel 2.4.0-test6
Hello. It's a thing which all Russia and, I think, many other countries need. Patch allow you to specify smb server and local IO charsets. Two new options added to smbmount: iocharset=<charset> and servercharset=<charset>. They'll passed to kernel and proc.c module makes NLS conversion if need. Patches in attachment. -------------- next part -------------- A non-text
2005 Apr 29
4
charset problem with smbmount
Hi! I have a test file with all special characters of hungarian language on a windows share: ??????????????????.txt (I hope Your mailer wiill show them correctly :-)) When I use smbclient to connect to share, I see correct characters, I can get the file to local disk and ls shows the correct name too. When I try to mount with smbmount the closest result I produced was: ?I???AuUoO?U?????O.txt cp
2005 Jul 12
1
HAL and mounting volume
Hi, is there anybody understanding HAL? I use CentOS 4 (RHEL 4) I need set specific mount options for USB flash disk. I found I can do it in /usr/share/hal/fdi/95userpolicy/storage-policy.fdi <?xml version="1.0" encoding="ISO-8859-1"?><!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <match key="volume.fstype"
2002 Aug 05
1
smbmount: mount option "noauto" causes codepage and/or iocharset to fail
I've been trying several times now: # mount -t smbfs -o credentials=/etc/samba/private/credentials,codepage=cp850,iocharset=iso8859-1,noauto //machine/share\$ /mnt/share Causes: # ls /mnt/share/directory Sp?rsm?l.txt While this: # mount -t smbfs -o credentials=/etc/samba/private/credentials,codepage=cp850,iocharset=iso8859-1 //machine/share\$ /mnt/share Causes: # ls /mnt/share/directory
2010 Aug 07
1
iocharset, codepage issue in CentOS 5.5
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>iocharset, codepage issue in CentOS 5.5</title> <META http-equiv=Content-Type content="text/html; charset=windows-1251"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body
2002 Sep 02
1
incomplete smbmount smbfs Win98SE iso8859-1 translation in kernel 2.4.18
I'm getting only partial iso8859-1 translation from an smbfs mount from my Win98SE machine. The smbfs mounted file system shows most lower-case accented characters fine; but, it substitutes underscores for most of the upper-case accented characters (and a few lower-case ones too): # uname -a Linux elm 2.4.18-8.1mdkian3 #7 Sat Aug 17 15:19:44 EDT 2002 i686 unknown (Mandrake 8.2 Linux with all
2006 Apr 01
1
Russian CHARS
Hello samba, How can mount (smbmount) MSWIN2003 resource from Linux client (RHEL4U2) to see russian. I am using following command: # smbmount //srv2/v$ /mnt/backup/srv2 -o 'credentials=userpass,iocharset=KOI8-R,codepage=koi8r' What I should use env. variables or additional parameters from this command (smbmount) ? I see only that (but need russian and eng): What Women
2005 Sep 03
3
Accents in filenames on vfat filesystem
Hello. I am trying to create a text file that contains an accent like '?' in it's filename on a vfat filesystem. This generates an error like the following: "test?.txt" E212: Can't open file for writing I have made a 'modprobe nls_cp850' and 'modprobe nls_iso8859-1' to load those needed modules. Then I mounted my FAT32 partition like this: mount -t
2005 Apr 14
2
Mounting a Windows Share with UTF8 files
Hi all, Can anyone please advise if it is possible to mount a Windows share and view files with chinese filenames ? I am able to view the files on the local disk, however the files on the Windows share display as ??????.htm I have tried mounting with the following commands smbmount //xxxxxxxx/filesync /mnt/filesync -o username=xxxxx,codepage=cp950,isocharset=utf8 or mount -t smbfs -o
2005 Oct 30
1
smbmount codepage/iocharset settings vs NT4
Hi, I'm in the process of setting up a backup server for a somewhat antiquated NT4 server. Backup server is CentOS-4 (~ RHEL-4), kernel-2.6.9-11.EL, samba-client-3.0.10-1.4E, rsync-2.6.3-1, LANG=en_US.UTF-8. NT4 shares are mounted on the server and rsynced to local disk. This setup is working pretty well, however on the NT box there are some files with names containing odd characters like
2006 May 30
1
Character encoding problem in file names
Hi, I'm having some problems with reading files with special characters from samba shares. The characters are for example '?' and '?' (and mainly all umlaut chracters). Before I have been using Fedora Core with ISO8859-1 as local character encoding and everything was OK when I mounted the samba share using options "iocharset=iso8859-1,codepage=850" with smbmount
2006 Jul 31
1
Issues with cifs mounts following Samba upgrade to 3.0.23a
My LAN includes a server machine running FC4, with several shares mounted with Samba. Yesterday, I upgraded the packages on the FC4 machine, and these included Samba, which is now at 3.0.23a. Unfortunately, this seems to have broken the mounted shares for my Ubuntu 6.06 installation on my Acer 1682WLMI laptop. The cifs module on Ubuntu reports as version 1.39. The symptoms are that I can
2014 Nov 18
1
Wrong charset on NTFS volumes (ext4 works fine)
Hi, first of all i'm sorry for my english. I've a little problem with samba 3.6.6 and NTFS volume. I've mounted an USB drive in NTFS format on my server, and all works fine (characters are OK, i can create folders with accents or ? like "cami?n", "mu?eca"...), but when i try to share that drive through samba, all special characters look wrong and i can't
2005 Jul 11
3
charset issue
Hi, When i restart smbd/nmbd, all the files inside all shares change their names. All the files are affected specially accent portuguese brazilian files. File names become a mess in whole samba server. 1) Has anyone seen this kind of samba server behavior? 2) Im using samba 3.0.4, is there a recognized bug? , if i change to latest version will this issue be solved? Any suggestions are highly
2005 Dec 02
1
Cannot read strange filenames
Hello List, on a windows-pc are files with an EURO-Sign "?" included in the filenames. This is working between all XP and 2000 Clients. But if i try to access such a file from a linux-box, I cannot read this files. I switched to the german charset with EURO Sign but no success. Then i tried the cifs instead of smbfs. But the same effect. Switching to UTF-8 doesn't work too.
2004 Oct 26
4
Yet another charset problem
Hi, I am well aware that the charset problem has been discussed many times over. But after two days of googling and testing, I did not make any progress. I am mounting Windows XP Pro shares with french filenames on a Linux. The linux is a 2.4.27 kernel with the following settings: CONFIG_SMB_FS=y CONFIG_SMB_NLS_DEFAULT=y CONFIG_SMB_NLS_REMOTE="UTF8" CONFIG_SMB_NLS=y CONFIG_NLS=y
2008 Sep 08
0
Help request from non-expert: mounting a samba drive with the right charset for accented filenames
Hi all, I hope someone might be able to offer me some advice. I have a NAS box, a QNAP TS-109 which runs a version of Debian Linux. It has a local ext3 drive, and I also smbmount a network drive on it (a Lacie ED mini which I have tried formatted as both ext3 and FAT32 without solving my problems). My problem is that I am unable to correctly rsync files with accented characters in the names