azure-storage-fuse/doc/blobfuse2.md

30 строки
1.2 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

## blobfuse2
Blobfuse2 is an open source project developed to provide a virtual filesystem backed by the Azure Storage.
### Synopsis
Blobfuse2 is an open source project developed to provide a virtual filesystem backed by the Azure Storage. It uses the fuse protocol to communicate with the Linux FUSE kernel module, and implements the filesystem operations using the Azure Storage REST APIs.
```
blobfuse2 [flags]
```
### Options
```
--disable-version-check To disable version check that is performed automatically
-h, --help help for blobfuse2
```
### SEE ALSO
* [blobfuse2 completion](blobfuse2_completion.md) - Generate the autocompletion script for the specified shell
* [blobfuse2 mount](blobfuse2_mount.md) - Mounts the azure container as a filesystem
* [blobfuse2 mountv1](blobfuse2_mountv1.md) - Generate a configuration file for Blobfuse2 from Blobfuse configuration file/flags
* [blobfuse2 secure](blobfuse2_secure.md) - Encrypt / Decrypt your config file
* [blobfuse2 unmount](blobfuse2_unmount.md) - Unmount Blobfuse2
* [blobfuse2 version](blobfuse2_version.md) - Command to print the current version along with optional check for latest version
###### Auto generated by spf13/cobra on 15-Sep-2022