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 the kernel guys, I think they where too busy to reply :( Anyway I tought I might try this list)

Any ideas as to how I might make this work?

TIA

Leo



--
[email protected] mailing list



Reply via email to