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

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 cloud server or a dedicated server to which the file storage is mounted.

  2. Unmount the file storage:

    umount <path>

    Specify <path> — the path to the folder where the file storage was mounted, for example /mnt/nfs.

Unmount storage with CIFS SMBv3 protocol

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

  2. Unmount the file storage:

    umount <path>

    Specify <path> — the path to the folder where the file storage was mounted, for example /mnt/cifs.