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/vdbCopied to clipboard
After building the filesystem, the volume can be mounted into filesystem tree and used.