Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.7 KB

File metadata and controls

46 lines (32 loc) · 1.7 KB
title How to use the 'blobfuse2 unmount all' command to unmount all blob containers in a storage account as a Linux file system
titleSuffix Azure Storage
description Learn how to use the 'blobfuse2 unmount all' command to unmount all blob containers in a storage account as a Linux file system.
author akashdubey-ms
ms.service azure-blob-storage
ms.custom linux-related-content
ms.topic how-to
ms.date 12/02/2022
ms.author akashdubey

How to use the BlobFuse2 unmount all command to unmount all existing mount points

Use the blobfuse2 unmount all command to unmount all existing BlobFuse2 mount points.

Syntax

blobfuse2 unmount all --[flag-name]=[flag-value]

Flags (options)

Flags that apply to blobfuse2 unmount all are inherited from the grandparent command, blobfuse2.

Flags inherited from BlobFuse2

The following flags are inherited from grandparent command blobfuse2:

Flag Short version Value type Default value Description
disable-version-check boolean false Enables or disables automatic version checking of the BlobFuse2 binaries
help -h n/a Help info for the blobfuse2 command and subcommands

Examples

Unmount all BlobFuse2 mount points:

sudo blobfuse2 unmount all

See also