Python os.path.exists <=> Blobfuse2 interaction #1054
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
When you get the error in your python code, can you try "stat " from your shell just to validate on shell as well you get the error. Also share the debug logs of blobfuse to root-cause this. |
Beta Was this translation helpful? Give feedback.
-
"--virtual-directory=true" use this in your mount command line option and try again. |
Beta Was this translation helpful? Give feedback.
-
As this is FNS account, it does not have a concept of a directory. To make directory structure work Blobfuse needs a special directory marker file which gets created only if you use Blobfuse or AzCopy tool to create/copy your data. In case when these marker files are missing we need this command line option to work on the account. Mostly this will fix your problem, |
Beta Was this translation helpful? Give feedback.
As this is FNS account, it does not have a concept of a directory. To make directory structure work Blobfuse needs a special directory marker file which gets created only if you use Blobfuse or AzCopy tool to create/copy your data. In case when these marker files are missing we need this command line option to work on the account. Mostly this will fix your problem,