Hi
I've been trying to access a Windows 2000 server shared folder in linux. I can mount the //<servername>/d$ drive
I can see most of the accented characters correctly.
I have googled the codepage used by MS (cp850, cp860 also works) and have their respective NLS kernel modules available.
My mount command is:
mount -t smbfs -o username=leo,codepage=cp850,iocharset=iso8859-1 \ //<servername/d$ /mnt/pt
� (A acute), � (a tilde) and � (o tilde) appear incorrectly ( as A, a and o (no accents))
AFAIK all other accented characters appear correctly.
smbclient's ftp like interface displays the characters without any problems.
I mailed the folks at the samba list and was refered to you kernel guys.
Any ideas as to how I might make this work?
TIA
Leo
- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
