All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leo <leo@secline.com.br>
To: linux-fsdevel@vger.kernel.org
Subject: smbmount - windows 2000 accented character problem
Date: Wed, 06 Apr 2005 09:08:10 -0300	[thread overview]
Message-ID: <4253D12A.20404@secline.com.br> (raw)

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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

                 reply	other threads:[~2005-04-06 12:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4253D12A.20404@secline.com.br \
    --to=leo@secline.com.br \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.