Advertisement
Guest User

Untitled

a guest
Nov 30th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. samba configuration:
  2.  
  3. /etc/samba/smb.conf
  4. [profiles]
  5. path = /home/samba/
  6. guest ok = no
  7. browseable = no
  8. readonly = no
  9.  
  10. Add samba user:
  11. smbpasswd -a root
  12.  
  13. Mount samba folder:
  14. apt-get install cifs-utils
  15. mount.cifs //10.69.10.91/profiles /mnt/backup -o username=root,password=123456
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement