Block Storage
Block Storage volumes are persistent NVMe disks you can attach to any IBEE Solutions server. They live independently of the server, so the data survives if the server is rebuilt, resized, or deleted. Use them for databases, application state, file shares, or anywhere you need durable storage that outlives the compute.
Volumes are managed under Products → Block Storage in the portal.
Key concepts
What you can do
Create a volume
Provision a new NVMe volume — pick size, location, and label.
Attach and detach
Connect a volume to a server, format and mount it, and safely detach when done.
Resize a volume
Grow a volume online and extend the filesystem without downtime.
Volume backups
Snapshot a volume and restore it to a new volume.
Limits and behavior
- Maximum size: 5 TB per volume.
- Minimum size: 10 GB per volume.
- Region-bound: A volume can only be attached to servers in the same region as the volume.
- One server at a time: A volume can be attached to a single server; detach before reattaching elsewhere.
- Delete on Termination:
Noby default — volumes survive when their attached server is deleted. - Data path: Inside the guest the volume appears as
/dev/vdb,/dev/vdc, … — the exact path is shown on the volume’s Mount Instructions tab once attached.
Typical workflow
- Create the volume in the same region as your server.
- Attach the volume to the server — the portal assigns a device path.
- Mount it inside the guest (format on first use, then mount and add to
/etc/fstab). - Use it — read, write, snapshot.
- When you no longer need it, unmount in the guest, detach in the portal, and optionally delete the volume.
