samba & swat on cent os 5

Discussion in 'Installation/Configuration' started by m3tr, Feb 24, 2009.

  1. m3tr

    m3tr New Member

    hi every boady

    i installed samba & swat Version 3.0.28-1.el5_2.1 on centos,

    first i create a directory :

    mkdir /home/mt
    cd /home/mt
    touch test.txt
    chmod 777 /home/mt
    chmod 777 /home/mt/test.txt


    so
    windows ip is 192.168.1.102 & linux ip is 192.168.1.105

    here is content of smb.conf:

    # Samba config file created using SWAT
    # from 127.0.0.1 (127.0.0.1)
    # Date: 2009/02/24 15:51:26

    [global]
    workgroup = MSHOME
    server string = Samba Server Version %v
    security = SHARE
    passdb backend = tdbsam
    cups options = raw
    unix charset = UTF-8
    hosts allow =192.168.1.101
    [homes]
    comment = Home Directories
    read only = No
    browseable = No

    [printers]
    comment = All Printers
    path = /var/spool/samba
    printable = Yes
    browseable = No

    [test]
    comment = test
    path = /hom/mt
    read only = No
    guest ok = Yes
    guest only = Yes
    create mode = 0777
    directory mode = 0777
    share modes = yes
    --------------------------

    when i enter : \\192.168.1.105\home\mt
    i face with this eror:

    "test is not accesible. you might not have permision to use this network resource..."

    please help me ?
    i realy DIZZY !
    ;)
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I guess it should read path = /home/mt.
     

Share This Page