qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Feature Request for SMB


From: Alexander E. Patrakov
Subject: [Qemu-devel] Feature Request for SMB
Date: Fri, 31 Dec 2004 09:51:57 +0500
User-agent: KNode/0.8.1

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 via email to

[Prev in Thread] Current Thread [Next in Thread]