Forum Discussion

atulram's avatar
atulram
Brass Contributor
Jan 20, 2021

Need help with mount command for an Azure fileshare

 

Guys,

 

I am trying to mount a file share to Databricks workspace using the below command.

 

mkdir /mnt/fileshare
mount -t cifs //<StorageAccountName>.file.core.windows.net/airflow /mnt/fileshare -o vers=3.0,file_mode=0777,dir_mode=0777,username=<StorageAccountName>,password=<AccessKey>

 

 I keep getting below error 

 

mount error(13): Permission denied

 

 any help or suggestions ??

Resources