Results 1 to 3 of 3
i'd like to to easily share folders in xubuntu using samba.
thank you...
- 11-21-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 8
how do you samba share folders easily in xubuntu 11.10 ?
i'd like to to easily share folders in xubuntu using samba.
thank you
- 11-21-2011 #2Just Joined!
- Join Date
- Sep 2007
- Posts
- 51
Administration Guide Draft/NFS - FedoraProject
This is a good article to help you create NFS shares.
Todd
- 11-22-2011 #3Linux Guru
- Join Date
- May 2011
- Posts
- 1,855
Maybe this will help you?
But in a nutshell:
1. get the samba packages installed
2. edit the samba config file (e.g. /etc/samba/smb.conf)
3. change workgroup if necessary, under [global] section
4. add directory share definitions at bottom of file (examples should be there)
5. save and exit editor, restart samba
6. add samba users, e.g.:
Test samba locally first, e.g.:Code:smbpasswd -a joeblow
Code:smbclient -U joeblow -L localhost


Reply With Quote