Skip to content

Commit 46f3ba4

Browse files
authored
Merge pull request #78593 from normesta/master-github-issues
Fixing a bug
2 parents e50a410 + 20d2284 commit 46f3ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-how-to-mount-container-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer: seguler
1414
# How to mount Blob storage as a file system with blobfuse
1515

1616
## Overview
17-
[Blobfuse](https://github.com/Azure/azure-storage-fuse) is a virtual file system driver for Azure Blob storage. Blobfuse allows you to access your existing block blob data in your storage account through the Linux file system. Azure Blob storage is an object storage service and doesn't have a hierarchical namespace. Blobfuse provides this namespace using the virtual directory scheme with the forward-slash '/' as a delimiter.
17+
[Blobfuse](https://github.com/Azure/azure-storage-fuse) is a virtual file system driver for Azure Blob storage. Blobfuse allows you to access your existing block blob data in your storage account through the Linux file system. Blobfuse uses the virtual directory scheme with the forward-slash '/' as a delimiter.
1818

1919
This guide shows you how to use blobfuse, and mount a Blob storage container on Linux and access data. To learn more about blobfuse, read the details in [the blobfuse repository](https://github.com/Azure/azure-storage-fuse).
2020

0 commit comments

Comments
 (0)