On Wed, Apr 1, 2015 at 2:52 AM, Kampanat Metawuthinun < [email protected]> wrote:
> The document mention to a command line follow this : /usr/share/google/ > safe_format_and_mount > > but the folder /usr/share/google is not exists in my custom image. > Then How can I install it later ? or Is it have another way to mount a > new persistence disk in GCE instance > > You're probably better off posting this question in the GCE Google Group: https://groups.google.com/forum/#!forum/gce-discussion But as the page you posted shows <https://cloud.google.com/compute/docs/disks/persistent-disks#formatting>, you don't need safe_format_and_mount - you can use the standard mount tools available in Linux to manage your disks. The script simplifies disk management, but isn't required. If you must have the script, you can pull it from https://github.com/GoogleCloudPlatform/compute-image-packages/tree/master/google-startup-scripts ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CALSvALALGDtmWMmVd2jSatkCmbq_37OzQ5ZnURoo9z0A1ygDWA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
