Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. sudo mount -t cifs //192.168.0.20/share -o user=guest,password=0,file_mode=0777,dir_mode=0777,iocharset=utf8 /mnt/mit
  2.  
  3. //192.168.0.20/share /mnt/mit cifs user=guest,password=0,file_mode=0777,dir_mode=0777,iocharset=utf8 0 0
  4.  
  5. $ sudo mount -av
  6. mount.cifs kernel mount options: ip=192.168.0.20,unc=\192.168.0.20share,file_mode=0777,dir_mode=0777,iocharset=utf8,user=,pass=********
  7.  
  8. //192.168.0.20/share /mnt/mit cifs rw,relatime,vers=1.0,cache=strict,username=guest,domain=MIT,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.0.20,file_mode=0777,dir_mode=0777,nounix,serverino,mapposix,rsize=61440,wsize=65536,actimeo=1 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement