[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-17。"],[],[],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)."]]