You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/blobfuse2-how-to-deploy.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,18 @@
1
1
---
2
-
title: Mount an Azure Blob Storage container on Linux by using BlobFuse2 (preview)
2
+
title: Use BlobFuse to mount an Azure Blob Storage container on Linux - BlobFuse2 (preview)
3
3
titleSuffix: Azure Blob Storage
4
-
description: Learn how to mount an Azure Blob Storage container on Linux by using BlobFuse2 (preview).
4
+
description: Learn how to use the latest version of BlobFuse, BlobFuse2, to mount an Azure Blob Storage container on Linux.
5
5
author: jimmart-dev
6
6
ms.author: jammart
7
7
ms.reviewer: tamram
8
8
ms.service: storage
9
9
ms.subservice: blobs
10
10
ms.topic: how-to
11
-
ms.date: 10/17/2022
11
+
ms.date: 10/31/2022
12
+
ms.custom: engagement-fy23
12
13
---
13
14
14
-
# Mount an Azure Blob Storage container on Linux by using BlobFuse2 (preview)
15
-
16
-
[BlobFuse2 (preview)](blobfuse2-what-is.md) is a virtual file system driver for Azure Blob Storage. BlobFuse2 allows you to access your existing Azure block blob data in your storage account through the Linux file system. For more information, see [What is BlobFuse2?](blobfuse2-what-is.md).
Copy file name to clipboardExpand all lines: articles/storage/blobs/blobfuse2-what-is.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
1
---
2
-
title: What is BlobFuse2 (preview)?
2
+
title: What is BlobFuse? - BlobFuse2 (preview)
3
3
titleSuffix: Azure Blob Storage
4
-
description: Get an overview of BlobFuse2 (preview) and how to use it, including migration options if you use BlobFuse v1.
4
+
description: An overview of how to use BlobFuse to mount an Azure Blob Storage container through the Linux file system.
5
5
author: jimmart-dev
6
6
ms.author: jammart
7
7
ms.reviewer: tamram
8
8
ms.service: storage
9
9
ms.subservice: blobs
10
10
ms.topic: how-to
11
-
ms.date: 10/17/2022
11
+
ms.date: 10/31/2022
12
+
ms.custom: engagement-fy23
12
13
---
13
14
14
15
# What is BlobFuse2 (preview)?
15
16
16
-
BlobFuse2 (preview) is a virtual file system driver for Azure Blob Storage. Use BlobFuse2 to access your existing Azure block blob data in your storage account through the Linux file system. BlobFuse2 also supports storage accounts that have a hierarchical namespace enabled.
17
+
BlobFuse is a virtual file system driver for Azure Blob Storage. Use BlobFuse to access your existing Azure block blob data through the Linux file system.
@@ -33,12 +34,12 @@ The BlobFuse2 project is [licensed under MIT](https://github.com/Azure/azure-sto
33
34
34
35
## Features
35
36
36
-
A full list of BlobFuse2 features is in the [BlobFuse2 README](https://github.com/Azure/azure-storage-fuse/blob/main/README.md#features). These are some of the key tasks you can do by using BlobFuse2:
37
+
A full list of BlobFuse2 features is in the [BlobFuse2 README](https://github.com/Azure/azure-storage-fuse/blob/main/README.md#features). These are some of the key tasks you can perform by using BlobFuse2:
37
38
38
-
- Mount an Azure Blob Storage container or Azure Data Lake Storage Gen2 file system on Linux
39
-
- Use basic file system operations like `mkdir`, `opendir`, `readdir`, `rmdir`, `open`, `read`, `create`, `write`, `close`, `unlink`, `truncate`, `stat`, and `rename`
40
-
- Use local file caching to improve subsequent access times
41
-
- Gain insights into mount activities and resource usage by using BlobFuse2 Health Monitor
39
+
- Mount an Azure Blob Storage container or Azure Data Lake Storage Gen2 file system on Linux. (BlobFuse2 supports storage accounts with either flat namespaces or hierarchical namespace configured.)
40
+
- Use basic file system operations like `mkdir`, `opendir`, `readdir`, `rmdir`, `open`, `read`, `create`, `write`, `close`, `unlink`, `truncate`, `stat`, and `rename`.
41
+
- Use local file caching to improve subsequent access times.
42
+
- Gain insights into mount activities and resource usage by using BlobFuse2 Health Monitor.
Copy file name to clipboardExpand all lines: includes/storage-blobfuse2-preview.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,18 @@ services: storage
5
5
author: jimmart-dev
6
6
ms.service: storage
7
7
ms.topic: "include"
8
-
ms.date: 10/17/2022
8
+
ms.date: 10/31/2022
9
9
ms.author: jammart
10
-
ms.custom: "include file"
10
+
ms.custom: "include file", engagement-fy23
11
11
---
12
12
13
13
> [!IMPORTANT]
14
-
> BlobFuse2 is the next generation of BlobFuse and currently is in PREVIEW. The preview version is provided without a service-level agreement. We recommend that you don't use the preview version for production workloads. In the preview version, some features might not be supported or might have constrained capabilities.
14
+
> [BlobFuse2](../articles/storage/blobs/blobfuse2-what-is.md) is the next generation of BlobFuse and is currently in PREVIEW.
15
15
>
16
-
> To use BlobFuse in a production environment, use the BlobFuse v1 general availability (GA) version. For information about the GA version, see:
16
+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
17
+
>
18
+
> BlobFuse v1 is the generally available (GA) version. For information about BlobFuse v1, see:
17
19
>
18
20
> -[Mount Azure Blob Storage as a file system by using BlobFuse v1](../articles/storage/blobs/storage-how-to-mount-container-linux.md)
19
21
> -[BlobFuse v1 project on GitHub](https://github.com/Azure/azure-storage-fuse/tree/master)
20
22
>
21
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
0 commit comments