Guest User

Untitled

a guest
Jan 1st, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. sudo mount.cifs -o user=username,pass=mypwd //192.168.1.254/Documents /mnt
  2.  
  3. Documents$ mkdir sjk
  4. mkdir: cannot create directory ‘sjk’: Operation not supported
  5.  
  6. documents$ touch test
  7. touch: cannot touch 'test': Operation not supported
Add Comment
Please, Sign In to add comment