Skip to main content
Unmount file storage from dedicated and cloud server
Last update:

Unmount file storage from dedicated and cloud server

The process of unmounting file storage from the server depends on the storage protocol: NFSv4 or CIFS SMBv3.

Unmount storage with NFSv4 protocol

  1. Connect to a dedicated server or connect to a cloud server to which the file storage is mounted.

  2. Open the CLI.

  3. Unmount the file storage:

    umount <path>

    Specify <path> — path to the folder to which the file storage was mounted, e.g. /mnt/nfs.

Unmount storage with CIFS SMBv3 protocol

  1. Connect to a dedicated server or connect to a cloud server to which the file storage is mounted.

  2. Open the CLI.

  3. Unmount the file storage:

    umount <path>

    Specify <path> — path to the folder to which the file storage was mounted, e.g. /mnt/cifs.