qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Feature Request for SMB
@ 2004-12-31  4:51 Alexander E. Patrakov
  0 siblings, 0 replies; only message in thread
From: Alexander E. Patrakov @ 2004-12-31  4:51 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-31  5:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-31  4:51 [Qemu-devel] Feature Request for SMB Alexander E. Patrakov

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).