data didn't persist
which folder should I put my files in if I want them to persist across deployments?
I've started my pod from Storage > Select existing disk > Deploy
I've left my files in /workspace
Now that folder is not listed through SSH dir, or with VS Code
11 Replies
I've read this https://docs.runpod.io/pods/storage/create-network-volumes
and this https://blog.runpod.io/four-reasons-to-set-up-a/
But the doc isn't very clear to me. I still have plenty of funds so that's not the issue.
Create a network volume | RunPod Documentation
Create a network volume.
RunPod Blog
Four Reasons To Set Up A Network Volume In the RunPod Secure Cloud
Network Storage is a new RunPod feature (currently in beta) that works with our Secure Cloud data center-hosted pods. Normally, volumes for pods are destroyed irrecoverably after you terminate the pod, but this allows storage to persist and even be reassigned to different pods if needed. Here are several reasons

Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
I've selected the disk before provisioning the GPU, so I was assuming that it would be loaded automatically.
lsblk
Then
sudo mount /dev/sdb1 /mnt/mydisk
Would work?Network storage is attached automatically
So what's the path? How do I access it? In my case, all I had were folders starting with a dot, most likely related to Jupyter Notebook setup
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
I'll try that next time, thank you.
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View