azure-storage-fuse | A virtual file system adapter for Azure Blob storage | File Utils library
kandi X-RAY | azure-storage-fuse Summary
kandi X-RAY | azure-storage-fuse Summary
BlobFuse is an open source project developed to provide a virtual filesystem backed by the Azure Blob storage. It uses the libfuse open source library to communicate with the Linux FUSE kernel module, and implements the filesystem operations using the Azure Storage Blob REST APIs. Blobfuse is stable, and is supported by Microsoft provided that it is used within its limits documented here. Blobfuse supports both reads and writes however, it does guarantee continuous sync on data written to storage using other APIs or other mounts of blobfuse. For data integrity it is recommended that multiple sources do not modify the same blob. Please submit an issue here for any issues/requests/questions.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of azure-storage-fuse
azure-storage-fuse Key Features
azure-storage-fuse Examples and Code Snippets
Community Discussions
Trending Discussions on azure-storage-fuse
QUESTION
Technical Stack
- MarkLogic 9.0
- Cenos Linux
- Azure Blob
- Blobfuse
To make sure we do not have to worry about data disk size for MarkLogic Forest, we have configured Azure Blob to one of folder in Linux machine, so we do not have to worry about disk size.
There are few things i noticed
- Need to create folder in Linux
- Create folder and point it to above folder
- Then configure Blobfuse else we are getting permission denied while creating forest
Use below command to give permission to all
- chmod 777 -R
Now when we started importing using MarkLogic Content Pump (MLCP)
19/03/15 17:01:19 ERROR mapreduce.ContentWriter: SVC-FILSTAT: File status error: stat64 '/mnt/mycontainer/Forests/forest-01/000043e5': Permission denied
1st we tried with mycontainer but as soon as we map it to Azure Blob, it does not looks green as azureblob which is. We still need to map azureblob to "azureblob" folder.
It seems i am missing something here, anything to do with Azure Blob security settings?
...ANSWER
Answered 2019-Mar-18 at 08:58With the test, when you mount the Azure Blob to Linux, for example, Ubuntu 18.04 (which I'm using), if you want to allow other users to use the mount directory, you can add the parameter -o allow_other
when you execute the command blobfuse
.
To allow access to all users, you can mount via the option -o allow_other.
Also, I think you should give others permission through the command chown
. For more details, see How to mount Blob storage as a file system with blobfuse.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install azure-storage-fuse
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page