Displaying 1 result from an estimated 1 matches for "3dofors".
2001 Dec 20
1
accented share name ok with smbclient but not with smbmount
...WinNT4.0 share resource from a Linux
running Samba 2.2.2.=20
WinNT box is installed with code page=3D850.
The resource name includes grave accented characters, in particular: =E0.
I'm trying to smbmount with:
$ smbmount '//NThostname/of=E0rs' /mnt/ofors -o
ip=3Dxxx.xxx.xxx.xxx,username=3Dofors,password=3D******,workgroup=3Dwwwwww
where: NThostname is the name of WinNT which owns the share resource
of=E0rs is the name of the share resource (includes =E0)
xxx.xxx.xxx.xxx is a valid IP address
****** is a valid password
wwwwww is a valid workgroup name
=20
the o...