How do I transfer files into my network volume? Is that the /workspace folder on my pod?
I'm unclear on how to utilize the network volume attached to my pod. Is the /workspace folder connected to the network volume? I have a 120gb network volume attached and barely installed anything into the workspace folder and it's already at 6% full. Any guidance would be appreciated. Thanks.
4 Replies
Hmm you can check what's on there by using ls command in workspace
Or any linux command actually works like
du
Is /workspace the network volume?
It's in /workspace yes
Thanks, @Jason