All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leo <leo@secline.com.br>
To: linux-kernel@vger.kernel.org
Subject: smbmount char problem
Date: Tue, 29 Mar 2005 10:03:29 -0300	[thread overview]
Message-ID: <42495221.4000408@secline.com.br> (raw)

Hello All:

I have a problem mounting a Win2k Server shared folder in linux.

mount -t smbfs -o username=leo,codepage=cp850,iocharset=iso8859-1 
//<servername/d$ /mnt/pt

The part is mounted successfully after having entered a password.

The problem is that several accented characters (not all of them) appear 
incorrectly.

AFAIK Á, ã, õ appear as A, a, o when listed.

á,é, í, ó, ú , à .. ù, ç all appear correctly.

When listing files explicitly that contain the incorrect characters an 
error message like _file not found_ is returned (logical since in fact 
the files is named differently)

The real kicker is that smbclient's ftp-like interface displays the 
characters correctly. 

the kernel (2.6.11-r5 on gentoo) uses iso-8859-1 as it's default nls 
character set though the smbfs module doesn't define a default nls for 
itself.

I've already tried cp860  (same results)

I've already sent a message to the samba boys and I was refered to you 
good folk.

Any suggestions?

Thanks in advance,

Leo

                 reply	other threads:[~2005-03-29 13:03 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=42495221.4000408@secline.com.br \
    --to=leo@secline.com.br \
    --cc=linux-kernel@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.