Advertisement
Guest User

Untitled

a guest
Mar 6th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. smb://139.___.___.140/home
  2.  
  3. //139.___.___.140/home /media/___ cifs domain=CS,username==___,password=___,uid=sai,gid=sai 0 0
  4.  
  5. sudo mount -t cifs //139.___.___.140/home /media/___ -o domain=CS,username=___,password=___,uid=sai,gid=sai,user
  6.  
  7. mount error(112): Host is down
  8. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  9.  
  10. #!/bin/bash
  11. sleep 25
  12. nmcli up uuid <your uuid here>
  13. sleep 5
  14. mount //139.___.___.140/home /media/___
  15.  
  16. //139.___.___.140/home /media/___ cifs domain=CS,username==___,password=___,uid=sai,gid=sai,user 0 0
  17.  
  18. mount -t cifs -o username=___,password=___,servern=NBCLIENTNAME //NBCLIENTNAME/SHARENAME /tmp/mnt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement