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

Disconnect file storage from dedicated and cloud server

For your information

If you connected file storage before June 13, 2023 through tech support, to disconnect your storage, create a ticket and specify the disconnection date in the ticket. If you have previously paid for a month of storage usage, once disconnected, the funds will not be refunded. The instructions describe how to disable file storage when created in the control panel.

Disable storage with NFSv4 protocol

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

  2. Unmount the file storage:

    umount </mnt/nfs>

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

Disable storage with CIFS SMBv3 protocol

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

  2. Unmount the file storage:

    umount </mnt/cifs>

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