Dela via


How to use the BlobFuse2 unmount command

Use the blobfuse2 unmount command to unmount one or more existing BlobFuse2 mount points.

Syntax

Kommandot blobfuse2 unmount har två format:

blobfuse2 unmount [mount path] [flags]

blobfuse2 unmount all [flags]

Argumentpunkter

[mount path]

Specify a file path to the directory that contains the mount point to be unmounted. Exempel:

blobfuse2 unmount ./mount_path ...

all

Unmount all existing BlobFuse2 mount points.

Flaggor (inställningar)

The following flags were inherited from the parent (the BlobFuse2 command):

Flag Kort version Värdetyp Standardvärde Exempel Beskrivning
inaktivera versionskontroll boolean falskt --disable-version-check=true Aktiverar eller inaktiverar automatisk versionskontroll av BlobFuse2-binärfiler
help -h Inte tillämpligt -h or --help Hjälpinformation för blobfuse2-kommandot och underkommandon

There are no flags only supported by the unmount command.

Exempel

  1. Unmount a BlobFuse2 mount instance:

    sudo blobfuse2 unmount ./mount_path
    

    (Alternatively, you can use a native Linux command to do the same):

    sudo fusermount3 -u ./mount_path
    
  2. Unmount all BlobFuse2 mount points (see also The BlobFuse2 unmount all command):

    sudo blobfuse2 unmount all
    

Se även