Forum Discussion
atulram
Jan 20, 2021Brass Contributor
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 ??