Find the answer to your Linux question:
Results 1 to 2 of 2
hellow all, i was trying to make a linux drive access in windows. but problem is that i am not able do that . i am browsing that linux system ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Location
    chandigarh
    Posts
    29

    samaba directory is browsable but not accessable

    hellow all,

    i was trying to make a linux drive access in windows. but problem is that i am not able do that . i am browsing that linux system on windows netwok but when i double-click it then it ask for username and password. i have created samba username and password but its also not working :

    detials of my smb.conf file are:
    #vim /etc/samba/smb.conf

    [global]

    # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
    workgroup = mydomain.com
    password server = myActivedirectorydomain.com
    realm = mydomain.com
    template shell = /bin/false
    security = SHARE
    winbind use default domain = true


    [test]
    comment = Suff
    path = /opt/software
    hosts allow = 172.16.0.0/255.255.0.0
    public = yes
    writable = yes
    printable = no
    create mask = 0765

    :wq

    [root@Comp008 ~]# smbclient -L //localhost -N
    Anonymous login successful
    Domain=[mydomain.com] OS=[Unix] Server=[Samba 3.0.23c-2]

    Sharename Type Comment
    --------- ---- -------
    IPC$ IPC IPC Service (Samba Server)
    test Disk test Suff
    Anonymous login successful
    Domain=[mydomain.com] OS=[Unix] Server=[Samba 3.0.23c-2]

    Server Comment
    --------- -------
    hostname Samba Server

    Workgroup Master
    --------- -------
    mydomain DC2
    mydomain test

    Please help me in solving this problem. this directory is not accessable burt my hostname is browsable in the network.

  2. #2
    Just Joined!
    Join Date
    Dec 2008
    Location
    chandigarh
    Posts
    29

    samba diractory is accesable but data not transferable

    hellow all,
    i am able to access my samba directory from windows machine. i can transfer data from samba directory to windows machine but i am not able to transfer or copy data from windows machine to samba directory.
    its giving error.

    "Premission denied."

    I have given that samba usr full ownership to samba directory. and also given full permission. then also its not happening.

    Kindly,help me!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...