Advertisement
Guest User

Untitled

a guest
Apr 14th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. mount -t cifs //ip/c$ /mnt/System/ -o username=administrator,password=<pw>
  2. umount /mnt/System/
  3.  
  4. mount -t cifs //ip/c$ /mnt/System/ -o credentials=/root/ies.info/server.login -v
  5. mount error(13): Permission denied
  6. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  7. ll /root/ies.info/server.login
  8. -rw------- 1 root root server.login
  9. cat /root/ies.info/server.login
  10. username=administrator
  11. password=<pw>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement