Guest User

Untitled

a guest
Apr 30th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. mount -t cifs //ip.address/share /mnt/point -o username=u,password=p,port=445
  2. mount error(110) Connection timed out
  3.  
  4. yum install samba samba-client
  5.  
  6. mount.cifs //SERVER_ADDRESS/SHARE_NAME MOUNT_POINT -o user=USERNAME
  7.  
  8. mkdir /mnt/mymount
  9.  
  10. mount.cifs //10.11.10.26/snaps /mnt/mymount -o user=Girish.KG
  11.  
  12. ls /mnt/mymount
  13.  
  14. umount /mnt/mymount
Add Comment
Please, Sign In to add comment