Обсуждение: Samba server Error

Поиск
Список
Период
Сортировка

Samba server Error

От
ElayaRaja S
Дата:
Hi,
  I am using Redhat Linux 9 and I configure the samba server with
workgoup of my local
  area network. when i tried to connect it was getting the error message as

  "\\myserver is not accessible. You might not have permission to use
this netowrk resource.
    Contact the administrator of this server to find out if you have
access permissions."

    The nework path was not found.

/etc/samba/smb.conf
--------------------------------

 workgroup = myworkgroupname

[root]
        comment = Root Directory
        path = /root
        public = yes
        browseable = yes
        writeable = yes
        create mode = 0664
        directory mode = 0775


--
Warm Regards,

S.ElayaRaja
Mobile:  (+91) 98450 59540
E-Mail:  elayaraja.s@gmail.com
            raja_nk@hotmail.com

Re: Samba server Error

От
Russell Smith
Дата:
On Mon, 9 May 2005 08:09 pm, ElayaRaja S wrote:
> Hi,

Wrong Mailing list maybe?  This is a PostgreSQL mailing list.

Regards

Russell Smith
>   I am using Redhat Linux 9 and I configure the samba server with
> workgoup of my local
>   area network. when i tried to connect it was getting the error message as
>
>   "\\myserver is not accessible. You might not have permission to use
> this netowrk resource.
>     Contact the administrator of this server to find out if you have
> access permissions."
>
>     The nework path was not found.
>
> /etc/samba/smb.conf
> --------------------------------
>
>  workgroup = myworkgroupname
>
> [root]
>         comment = Root Directory
>         path = /root
>         public = yes
>         browseable = yes
>         writeable = yes
>         create mode = 0664
>         directory mode = 0775
>
>