Knowledge Base
Accounts
Billing and payments
Cloud server volumes
Cloud servers
Cloud storage
Customer portal
Data centers and network
Data privacy and data portability
Dedicated servers
Firewall
How it works
Kubernetes clusters
L2 segments
Linux administration
Load balancing
Support
VPN to GPN
Windows administration
Embargoed and Sanctioned Countries
Creating a Filesystem on a New Volume
Before you can use a new volume you need to build a Linux file system on it:
$ sudo mkfs.ext4 -F /dev/vdb
After building the filesystem, the volume can be mounted into filesystem tree and used.