Updated May 8, 2026 You can grow a volume any time you need more space — up to the 1000 GiB maximum. Resize is one-way: volumes can grow but cannot shrink. Pick conservatively if you’re unsure. Resize happens in two halves: increase the size in the dashboard, then expand the filesystem inside the VM so the OS sees the new space.Documentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you start
- The volume must be attached to a VM —
Increase sizeis only available in the actions menu while the volume is attached. - The new size must be larger than the current size.
- Have a way to run commands inside the VM (SSH or VNC for Linux; RDP for Windows).
- For production volumes, take a snapshot before resizing —
growpartandresize2fsare well-tested but a snapshot is cheap insurance.
1. Increase the size in the dashboard
In the Volumes list, open the volume’s row ⋮ Actions menu and pick Increase size.
- The prorated cost of the additional GiB is reserved against the current term and applied at the next billing settlement.
- Your renewal date and term are unchanged — the existing subscription absorbs the increase.
2. Expand the filesystem inside the VM
The dashboard side only grew the block device. The OS still reports the old size until the partition (if any) and filesystem are extended.Linux — partitioned volume
Linux — whole-device filesystem (no partition)
If youmkfs-ed the device directly with no partition table, skip growpart:
Windows
- Open Server Manager → Tools → Computer Management → Disk Management.
- Right-click the volume → Refresh if the new space isn’t visible yet.
- Right-click the volume → Extend Volume and walk the wizard.
df -h (Linux) or Computer Management → Disk Management (Windows).
What’s unaffected
| Item | After resize |
|---|---|
| Volume contents | Untouched — all data preserved |
| Mount point | Unchanged |
/etc/fstab entry | Still works (UUID-based or device-based) |
| VM uptime | The VM keeps running through the resize |
| Filesystem type | Unchanged |
When to resize vs add another volume
| Goal | Use |
|---|---|
| Need more contiguous space on the same mount | Resize the existing volume |
| Want a separate logical store (e.g. database vs logs) | Add another volume with Create a volume |
| Need to reduce volume size | Not supported — create a new smaller volume, copy what you need, swap, delete the old |
| Multiple VMs need shared access | Volumes attach to one VM at a time — use Object Storage for shared access |
Pricing
Resize charges the prorated difference for the added GiB at the standard $0.05/GiB/month rate, applied to your account balance first then your saved card if needed. Settles at month-end on the 1st along with the rest of your subscription. See Billing model.Next steps
Attach to a VM
Full mount and
/etc/fstab flow.Create a volume
Add a new volume instead of growing this one.
Volume types
Performance and persistence model.