qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alexander E. Patrakov" <patrakov@ums.usu.ru>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Feature Request for SMB
Date: Fri, 31 Dec 2004 09:51:57 +0500	[thread overview]
Message-ID: <cr2lrc$8g3$1@sea.gmane.org> (raw)

Currently, the SAMBA configuration file created by qemu looks like:

[global]
pid directory=smb_dir
lock directory=smb_dir
log file=smb_dir/log.smbd
smb passwd file=smb_dir/smbpasswd
security = share

[qemu]
path=exported_dir
read only=no
guest ok=yes

But international (e.g. Russian) users need two more lines in the [global]
section in order for filenames with national characters to be displayed
properly.

For SAMBA 3.0.x, the parameters are "dos charset" and "unix charset"
For (obsolete) SAMBA 2.2.x, they are "client code page" and "character set".

Example for SAMBA 3.0.x:

[global]
dos charset=cp866
unix crarset=koi8-r
pid directory=smb_dir
lock directory=smb_dir
log file=smb_dir/log.smbd
smb passwd file=smb_dir/smbpasswd
security = share

[qemu]
path=exported_dir
read only=no
guest ok=yes

Could you please add the possibility to specify these charsets as qemu
command line parameters?

-- 
Alexander E. Patrakov

                 reply	other threads:[~2004-12-31  5:02 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='cr2lrc$8g3$1@sea.gmane.org' \
    --to=patrakov@ums.usu.ru \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).