Search This Blog

Thursday, September 8, 2011

smbclient - howto


smbclient //192.168.200.73/Android_Source -U nagesh

vi /etc/samba/smb.conf

smbpasswd -a nagesh

smbclient -L //192.168.200.73/ -N

testparm
service smb restart
service smb restart


[Android_Source]
       comment = shared directory
        path = /media/disk/data/android_source
        read only = yes
        valid users = nagesh
        hosts allow = 192.168.200.  192.168.2.

No comments:

Post a Comment