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
Linux
Windows
-
Connect to a cloud server or dedicated server to which the file storage is mounted.
-
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
Linux
Windows
-
Connect to a cloud server or dedicated server to which the file storage is mounted.
-
Unmount the file storage:
umount <path>Specify
<path>- the path to the folder where the file storage was mounted, for example/mnt/cifs.