goofys icon indicating copy to clipboard operation
goofys copied to clipboard

Getting "permission denied" errors when trying to mount Azure Data Lake v2 container

Open asafg6 opened this issue 4 years ago • 1 comments

$ goofys -f --endpoint http://.dfs.core.windows.net abfs://myfiles ./tmp/ ... 2021/06/02 14:37:57.069545 main.ERROR Unable to access 'myfiles': permission denied 2021/06/02 14:37:57.069600 main.FATAL Mounting file system: Mount: initialization failed

I have my credentials stored in a config file under ~/.azure/config and confirmed I can list file systems using 'az storage fs list --account-name '

Any help would be much appreciated!

asafg6 avatar Jun 02 '21 19:06 asafg6

you shouldn't need to pass --endpoint, what if you omit it?

kahing avatar Jul 12 '21 00:07 kahing