-
Check whether the disk or filesystem is used on any VMs:
- Web console
- CLI
- In the web console, go to
Storage → Disks or
Storage → Shared filesystems.
- Click on the volume.
- Under General, check the Virtual machine value. It lists the VMs that use the volume.
- If the disk or filesystem is not used on any VM, add and mount it to a VM.
-
Check that you can connect to the VM over SSH.
What to do if I cannot connect to the VM
-
If the VM does not have a public IP address, you have the following options:
- Connect to the VM’s private address from another VM in the same network.
-
Run
nebius compute instance updatewith the--network-interfacesparameter to add a public address to the VM. For the command reference, see nebius compute instance update. - Create another VM with a public address and add the volume to it. For details and examples, see How to create a virtual machine in Nebius AI Cloud.
- If you have not created this VM, ask its owner to perform the following steps themselves or add you to the VM as a user.
- For other connection issues, contact support.
-
If the VM does not have a public IP address, you have the following options:
-
On your local machine, run a tool for copying files, for example,
rsyncorscp:- rsync
- scp
For example, if a VM has the public IP address
For more195.242.11.11and you work with it asalice, run the following command to recursively copy the contents of your home directory:rsyncdetails and parameters, runman rsync.