Before you start
- A Raff account
- (Optional) A target VM in
activeorpassivestate — you can also create the volume unattached and attach later - An idea of how much space you need (volumes range from 10 - 1000 GiB)
1. Open the Add Volume dialog
From the Compute Resources page, switch to the Volumes tab and click + Add Volume.

2. Select volume size
Type a size in GiB. Range is 10 - 1000 GiB. You can grow the volume later, but you can’t shrink it — pick conservatively if you’re unsure.3. Pick a billing period
Volumes are subscription-based by default, paid in advance from your account balance. Pay-as-you-go is available for enterprise and SMB customers on request — same effective $0.05/GiB/month rate, billed hourly at cycle close.
The volume cost is reserved at creation. If you delete the volume mid-term, the unused days and hours are credited back to your account balance — same model as VMs. See Billing model.
4. Select VM to attach to (optional)
The VM must be in
active or passive state to attach. Volumes inherit the VM’s region and project — they can only be reattached to other VMs in the same region.
If you pick None, the volume is created in the dashboard’s currently-selected region.
5. Name the volume
A free-form label. Pick something descriptive —db-backups, customer-uploads, acme-data — so it’s easy to spot in the Volumes list.
6. Choose configuration options
This step changes based on the selected VM’s OS. Linux and Windows behave differently.Linux VMs (or no VM selected)
Two options:
Filesystem (Auto-format only):
Either way, you’ll need to mount the volume in the OS after creation. See Attach to a VM for the
lsblk → mount → /etc/fstab flow.
Windows VMs
Auto-format is not supported on Windows. The dashboard surfaces this with an inline note and only offers manual format & mount:
- Server Manager → Tools → Computer Management → Disk Management
- New disk shows as Offline and Not Initialized → right-click → Online → Initialize Disk (pick GPT)
- Right-click the unallocated space → New Simple Volume → walk the wizard, format NTFS, assign a drive letter
7. Proceed to checkout
Click Proceed to Checkout. The order summary applies your account balance first, then charges your saved card for the difference (same flow as VMs). Confirm to provision. The volume is created in seconds. If you picked a target VM, it appears as a new block device almost immediately — re-scan withlsblk (Linux) or Disk Management (Windows).
After creation
- Linux, auto-formatted — disk has a filesystem; mount it (
mount /dev/vdX /mnt/data) and add a/etc/fstabentry. See Attach to a VM → step 4 onward. - Linux, manual — same as above, plus
mkfs.ext4ormkfs.xfsfirst. - Windows — Disk Management as described above.
Pricing summary
Bandwidth between a VM and its attached volume is free and not metered — the volume bills only for stored capacity.
Next steps
Attach to a VM
Format, mount, and persist the volume inside the VM.
Resize a volume
Grow capacity later (one-way).
Volume types
Performance and persistence model.