Guest User

Untitled

a guest
Nov 15th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get install cifs-utils
  3.  
  4. mkdir mymountpoint
  5.  
  6. sudo mount -t cifs //jasonvmdiag800.file.core.windows.net/jasonvm ./mymountpoint -o vers=2.1,username=jasonvmdiag800,password=t0gU45xhKVlCQZY3L0WYHiEcoyc1vAvKS1FZEgCZpxxrHFRg==,dir_mode=0777,file_mode=0777,serverino
  7.  
  8. sudo mount -t cifs //<storage-account-name>.file.core.windows.net/<share-name> ./mymountpoint -o vers=2.1,username=<storage-account-name>,password=<storage-account-key>,dir_mode=0777,file_mode=0777,serverino
  9.  
  10. Ubuntu Server 14.04+
  11. RHEL 7+
  12. CentOS 7+
  13. Debian 8
  14. openSUSE 13.2+
  15. SUSE Linux Enterprise Server 12
Add Comment
Please, Sign In to add comment