embedded system smbclient <--> japanese windows share?

SATOH Fumiyasu fumiya at samba.gr.jp
Tue Aug 24 02:52:34 GMT 2004


At Mon, 23 Aug 2004 15:54:00 -0700,
David Wuertele wrote:
> I have an embedded system that uses smbmount to mount windows shares
> it finds on the LAN.  This is working great exept for when the windows
> shares have Japanese filenames (SJIS) in them.
> 
> My applications already use UTF-8 for all internal string encoding and
> to display Japanese text.  What do I have to do to make these apps
> able to read the SJIS filenames on my smbmount-ed Japanese shares?

Try this:

mount \
        -t smbfs \
        -o rw,iocharset=utf8,codepage=cp932,credentials=/etc/server.smbfs \
        //server/share \
        /mount-point

-- 
-- Name: SATOH Fumiyasu  -- Home: http://www.sfo.jp (in Japanese only)
-- Mail: fumiya at net-thrust.com, samba.gr.jp, namazu.org or ...


More information about the samba-technical mailing list