Skip to content

Commit 883b2fb

Browse files
Merge pull request #213221 from jimmart-dev/jammart-blobfuse2-health-monitor-feedback-updates
address feedback I missed from previous PR for BlobFuse2 Health Monitor
2 parents 6a8fa78 + 2ad446c commit 883b2fb

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

articles/storage/blobs/blobfuse2-commands-mount.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: How to use the BlobFuse2 mount command to mount a blob storage container as a file system in Linux, or to display and manage existing mount points (preview). | Microsoft Docs
2+
title: How to use the BlobFuse2 mount command to mount a Blob Storage container as a file system in Linux, or to display and manage existing mount points (preview). | Microsoft Docs
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to use the BlobFuse2 mount command to mount a blob storage container as a file system in Linux, or to display and manage existing mount points (preview).
4+
description: Learn how to use the BlobFuse2 mount command to mount a Blob Storage container as a file system in Linux, or to display and manage existing mount points (preview).
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 08/02/2022
9+
ms.date: 10/01/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
1313

1414
# How to use the BlobFuse2 mount command (preview)
1515

16-
Use the `blobfuse2 mount` command to mount a blob storage container as a file system in Linux, or to display existing mount points.
16+
Use the `blobfuse2 mount` command to mount a Blob Storage container as a file system in Linux, or to display existing mount points.
1717

1818
> [!IMPORTANT]
1919
> BlobFuse2 is the next generation of BlobFuse and is currently in preview.
@@ -49,7 +49,7 @@ The supported subcommands for `blobfuse2 mount` are:
4949

5050
| Command | Description |
5151
|--|--|
52-
| [all](blobfuse2-commands-mount-all.md) | Mounts all Azure blob containers in a specified storage account |
52+
| [all](blobfuse2-commands-mount-all.md) | Mounts all blob containers in a specified storage account |
5353
| [list](blobfuse2-commands-mount-list.md) | Lists all BlobFuse2 mount points |
5454

5555
Select one of the command links in the table above to view the documentation for the individual subcommands, including the arguments and flags they support.
@@ -95,7 +95,7 @@ The following flags apply only to command `blobfuse2 mount`:
9595
> [!NOTE]
9696
> The following examples assume you have already created a configuration file in the current directory.
9797
98-
1. Mount an individual Azure blob storage container to a new directory using the settings from a configuration file, and with foreground mode disabled:
98+
1. Mount an individual Azure Blob Storage container to a new directory using the settings from a configuration file, and with foreground mode disabled:
9999

100100
```bash
101101
~$ mkdir bf2a
@@ -105,7 +105,7 @@ The following flags apply only to command `blobfuse2 mount`:
105105
1 : /home/<user>/bf2a
106106
```
107107

108-
1. Mount all blob storage containers in the storage account specified in the configuration file to the path specified in the command. (Each container will be a subdirectory under the directory specified):
108+
1. Mount all Blob Storage containers in the storage account specified in the configuration file to the path specified in the command. (Each container will be a subdirectory under the directory specified):
109109

110110
```bash
111111
~$ mkdir bf2all
@@ -118,7 +118,7 @@ The following flags apply only to command `blobfuse2 mount`:
118118
2 : /home/<user>/bf2all/blobfuse2b
119119
```
120120

121-
1. Mount a fast storage device, then mount a blob storage container specifying the path to the mounted disk as the BlobFuse2 file caching location:
121+
1. Mount a fast storage device, then mount a Blob Storage container specifying the path to the mounted disk as the BlobFuse2 file caching location:
122122

123123
```bash
124124
~$ sudo mkdir /mnt/resource/blobfuse2tmp -p
@@ -130,13 +130,13 @@ The following flags apply only to command `blobfuse2 mount`:
130130
1 : /home/<user>/bf2a/blobfuse2a
131131
```
132132

133-
1. Mount a blob storage container in read-only mode and skipping the automatic BlobFuse2 version check:
133+
1. Mount a Blob Storage container in read-only mode and skipping the automatic BlobFuse2 version check:
134134

135135
```bash
136136
blobfuse2 mount ./mount_dir --config-file=./config.yaml --read-only --disable-version-check=true
137137
```
138138

139-
1. Mount a blob storage container using an existing configuration file, but override the container name (mounting another container in the same storage account):
139+
1. Mount a Blob Storage container using an existing configuration file, but override the container name (mounting another container in the same storage account):
140140

141141
```bash
142142
blobfuse2 mount ./mount_dir2 --config-file=./config.yaml --container-name=container2

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
---
2-
title: How to mount Azure Blob storage as a file system on Linux with BlobFuse v1 | Microsoft Docs
2+
title: How to mount Azure Blob Storage as a file system on Linux with BlobFuse v1 | Microsoft Docs
33
titleSuffix: Azure Blob Storage
4-
description: Learn how to mount an Azure Blob storage container with BlobFuse v1, a virtual file system driver on Linux.
4+
description: Learn how to mount an Azure Blob Storage container with BlobFuse v1, a virtual file system driver on Linux.
55
author: jimmart-dev
66
ms.service: storage
77
ms.subservice: blobs
88
ms.topic: how-to
9-
ms.date: 09/26/2022
9+
ms.date: 10/01/2022
1010
ms.author: jammart
1111
ms.reviewer: tamram
1212
---
1313

14-
# How to mount Blob storage as a file system with BlobFuse v1
15-
16-
## Overview
14+
# How to mount Azure Blob Storage as a file system with BlobFuse v1
1715

1816
> [!IMPORTANT]
1917
> [BlobFuse2](blobfuse2-what-is.md) is the latest version of BlobFuse and has many significant improvements over the version discussed in this article, BlobFuse v1. To learn about the improvements made in BlobFuse2, see [the list of BlobFuse2 enhancements](blobfuse2-what-is.md#blobfuse2-enhancements). BlobFuse2 is currently in preview and might not be suitable for production workloads.
20-
>
21-
> This article is about the original version of BlobFuse. It is simply referred to as "BlobFuse" in many cases, but is also referred to as "BlobFuse v1" in this and other articles to distinguish it from the next generation of BlobFuse, BlobFuse2.
2218
23-
[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.
19+
[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.
2420

25-
This guide shows you how to use BlobFuse v1, and mount a Blob storage container on Linux and access data. To learn more about BlobFuse, see the [readme](https://github.com/Azure/azure-storage-fuse) and [wiki](https://github.com/Azure/azure-storage-fuse/wiki).
21+
This guide shows you how to use BlobFuse v1 and mount a Blob Storage container on Linux and access data. To learn more about BlobFuse v1, see the [readme](https://github.com/Azure/azure-storage-fuse) and [wiki](https://github.com/Azure/azure-storage-fuse/wiki).
2622

2723
> [!WARNING]
2824
> BlobFuse doesn't guarantee 100% POSIX compliance as it simply translates requests into [Blob REST APIs](/rest/api/storageservices/blob-service-rest-api). For example, rename operations are atomic in POSIX, but not in BlobFuse.

0 commit comments

Comments
 (0)