R
RunPod4mo ago
sdev

Network volume used size

How to check used size of network volume in Storage panel?
1 Reply
yhlong00000
yhlong000004mo ago
Right now you have to run command inside your /workspace
du -h --max-depth=1 | sort -hr
du -h --max-depth=1 | sort -hr
This is a good feedback, I will forward to engineer team see if they could add a usage for network volume.

Did you find this page helpful?