Chris G.
Chris G.

Reputation: 25964

path to persistent disk - to be accessed after shutdown

I have started a VM and want to make sure that data stored on a persistent disk can be accessed after the machine is shut down.

Should I store the file in a specific folder?

Upvotes: 0

Views: 28

Answers (1)

Kamran
Kamran

Reputation: 3527

If your data are stored on a persistent disk, to access the data the disk has to be attached to a running VM machine. Therefore, if you want to have access to your data while the machine is off, store your data on the Cloud Storage.

Upvotes: 1

Related Questions