This page provides quickstart instructions for how to mount the volume on a client.
Mount your volume on a client
After you create a volume, you can create a Linux Compute Engine VM and mount the volume.
Go to the NetApp Volumes page in the Google Cloud console.
Click Volumes.
Identify the volume you want to mount.
Click the
More options icon.Click Mount instructions.
Open an
ssh
client and connect to your instance. Install the NFS client on your instance. Based on your instance type, run one of the following commands:Red Hat
sudo yum install -y nfs-utils
SuSE
sudo yum install -y nfs-utils
Ubuntu
sudo apt-get install nfs-common
Debian
sudo apt-get install nfs-common
Create a new directory on your instance.
Mount your volume.
Clean up
Use the following instructions to delete your Google Cloud project.
Before you begin
When you delete a project, the following actions take place:
All contents in the project are deleted. If you used an existing project to get started using NetApp Volumes, you delete any other work completed in the project.
Custom project IDs are lost. When you created the project, you might have created a custom project ID that you want to use in the future. To preserve the URLs that use the project ID, such as an
appspot.com
URL, delete selected resources inside the project instead of deleting the whole project.
Delete the Google Cloud project
Use the following instructions to delete a Google Cloud project:
Go to Manage resources in the Google Cloud console.
In the project list, select the project that you want to delete and then click Delete.
In the dialog, enter the project ID and then click Shut down to delete the project.
What's next
Review customer-managed encryption key policies.