Azure - File Storage

Card Puncher Data Processing

Management

Mount on linux

Linux - FSTAB (file systems table)

//accountName.file.core.windows.net/fileStorageName  /home/user/mountPoint  cifs  nofail,vers=3.0,username=accountNamer,password=pwd,dir_mode=0777,file_mode=0777,sec=ntlmssp  0   0

one time mount:

sudo mount -t cifs //accountName.file.core.windows.net/fileStorageName /home/user/mountPoint -o vers=3.0,username=accountName,password=pwd,dir_mode=0777,file_mode=0777,sec=ntlmssp

Mount in Windows

Dos - Net Command (Network)

net use Z: //accountName.file.core.windows.net/fileStorageName /u:AZURE\accountName pwd

Documentation / Reference







Share this page:
Follow us:
Task Runner