Ermitteln Sie das Volume, das Sie bereitstellen möchten.
Klicken Sie auf das more_vertDreipunkt-Menü.
Klicken Sie auf Montageanleitung.
Öffnen Sie einen ssh-Client und stellen Sie eine Verbindung zu Ihrer Instanz her. Installieren Sie den NFS-Client auf Ihrer Instanz. Führen Sie je nach Instanztyp einen der folgenden Befehle aus:
Red Hat
sudoyuminstall-ynfs-utils
SuSE
sudoyuminstall-ynfs-utils
Ubuntu
sudoapt-getinstallnfs-common
Debian
sudoapt-getinstallnfs-common
Erstellen Sie ein neues Verzeichnis auf Ihrer Instanz.
Stellen Sie Ihr Volume bereit.
Bereinigen
Folgen Sie der Anleitung unten, um Ihr Google Cloud -Projekt zu löschen.
Hinweise
Wenn Sie ein Projekt löschen, geschieht Folgendes:
Alle Inhalte des Projekts werden gelöscht. Wenn Sie ein bestehendes Projekt verwendet haben, um mit NetApp Volumes zu beginnen, löschen Sie alle anderen Arbeiten, die in diesem Projekt ausgeführt wurden.
Benutzerdefinierte Projekt-IDs gehen verloren. Beim Erstellen des Projekts haben Sie möglicherweise eine benutzerdefinierte Projekt-ID erstellt, die Sie weiterhin verwenden möchten. Damit die URLs, die die Projekt-ID verwenden, z. B. eine appspot.com-URL, erhalten bleiben, sollten Sie ausgewählte Ressourcen innerhalb des Projekts löschen, statt das gesamte Projekt.
Google Cloud -Projekt löschen
So löschen Sie ein Google Cloud Projekt:
Öffnen Sie in der Google Cloud Console die Seite Ressourcen verwalten.
Wählen Sie in der Projektliste das Projekt aus, das Sie löschen möchten, und klicken Sie dann auf Löschen.
Geben Sie im Dialogfeld die Projekt-ID ein und klicken Sie auf Beenden, um das Projekt zu löschen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-03 (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)."]]