Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. sudo mount -t cifs -o username=myuser,password="mypass" //my_win_machine/test /net/win_share/
  2.  
  3. docker run --name="raji" -it ubuntu:14.04 bash
  4.  
  5. #adduser myuser
  6.  
  7. sudo mount -t cifs -o username=myuser,password="mypass" //my_win_machine/test /net/win_share/
  8.  
  9. mount: block device //my_win_machine/test is write-protected, mounting read-only
  10. mount: cannot mount block device //my_win_machine/test read-only
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement