Skip to main content

Storage Mounting

Mount Storage

To mount a Backblaze B2 bucket to a GPU instance, use the mount-storage command. This will make the bucket accessible as a local directory on the instance.

snc mount-storage --gpu_instance_id YOUR_GPU_INSTANCE_ID --customer_id YOUR_CUSTOMER_ID

Replace YOUR_GPU_INSTANCE_ID and YOUR_CUSTOMER_ID with the appropriate values.

Unmount Storage

To unmount the storage from a GPU instance, use the unmount-storage command. This will detach the bucket from the local directory on the instance.

snc unmount-storage --gpu_instance_id YOUR_GPU_INSTANCE_ID --customer_id YOUR_CUSTOMER_ID

Replace YOUR_GPU_INSTANCE_ID and YOUR_CUSTOMER_ID with the appropriate values.