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
sudoyuminstall-ynfs-utils
SuSE
sudoyuminstall-ynfs-utils
Ubuntu
sudoapt-getinstallnfs-common
Debian
sudoapt-getinstallnfs-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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Mount a volume quickstart\n\nThis page provides quickstart instructions for how to mount the volume on\na client.\n\nMount your volume on a client\n-----------------------------\n\nAfter you create a volume, you can create a Linux Compute Engine VM and\nmount the volume.\n\n1. Go to the NetApp Volumes page in the Google Cloud console.\n\n [Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n2. Click **Volumes**.\n\n3. Identify the volume you want to mount.\n\n4. Click the more_vert\n **More options icon**.\n\n5. Click **Mount instructions**.\n\n6. Open an `ssh` client and connect to your instance. Install the NFS client on\n your instance. Based on your instance type, run one of the following\n commands:\n\n ### Red Hat\n\n ```json\n sudo yum install -y nfs-utils\n ```\n\n ### SuSE\n\n\n ```json\n sudo yum install -y nfs-utils\n ```\n\n \u003cbr /\u003e\n\n ### Ubuntu\n\n\n ```json\n sudo apt-get install nfs-common\n ```\n\n \u003cbr /\u003e\n\n ### Debian\n\n\n ```json\n sudo apt-get install nfs-common\n ```\n\n \u003cbr /\u003e\n\n7. Create a new directory on your instance.\n\n8. Mount your volume.\n\nClean up\n--------\n\nUse the following instructions to delete your Google Cloud project.\n\n### Before you begin\n\nWhen you delete a project, the following actions take place:\n\n- **All contents in the project are deleted.** If you used an existing project\n to get started using NetApp Volumes, you delete any other\n work completed in the project.\n\n- **Custom project IDs are lost.** When you created the project, you might\n have created a custom project ID that you want to use in the future. To\n preserve the URLs that use the project ID, such as an `appspot.com` URL,\n delete selected resources inside the project instead of deleting the\n whole project.\n\n### Delete the Google Cloud project\n\nUse the following instructions to delete a Google Cloud project:\n\n1. Go to **Manage resources** in the Google Cloud console.\n\n2. In the project list, select the project that you want to delete and then\n click **Delete**.\n\n3. In the dialog, enter the **project ID** and then click **Shut down** to\n delete the project.\n\nWhat's next\n-----------\n\nReview [customer-managed encryption key policies](/netapp/volumes/docs/configure-and-use/cmek/cmek-overview)."]]