I am trying to mount files from an azure blob storage into a directory in ubuntu via blobfuse2, however I get the error:
Error: mount directory is not empty
Issue is that I want to mount into a non-empty directory, I don't care about other things, however for blobfuse2 there doesn't seem an option to ignore this?
Edit: found the option to write in empty, however it overrides and deletes all files.
nonempty: true|false <allow mounting on non-empty directory>
Would be nice if there was a way not to do so