Guides - Resize a Block Storage Volume
Block Storage is a scalable, high-speed, and fault tolerant storage service used to add additional storage to a Linode Compute Instance.
At any time after the Block Storage Volume has been created, it can be increased to a larger size.
NoteAt this time, the size of Volumes are only able to be increased (not decreased). To decrease the size of your Volume, you will need to create a new Volume at your preferred size, attach it to your Linode, copy over your data, and remove the original Volume.
Log in to the Cloud Manager.
If the Volume is attached to a Linode, power off that Linode.
Click on the Volumes link in the sidebar.
Locate the desired Volume within the list, click the more options ellipsis dropdown menu, and select Resize.
Enter the new Volume size. The minimum size is the current size of the Volume and maximum is 10,000 GB. Then click Submit.
Click Resize Volume to start the resize. Once clicked, the Resizing Instructions panel appears with the instructions and commands needed to resize the Volume’s filesystem. Either save these commands or leave this panel open. The notification bell in the top right of the page will notify you when the resizing is complete.
Reboot your Linode after the Volume is resized.
Once your Linode has fully restarted, you need to run the previously mentioned commands to resize your Linode’s Block Storage Volume
Unmount the Volume:
umount /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1
Assuming you have an ext2, ext3, or ext4 partition, run a file system check:
e2fsck -f /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1
Then resize it to fill the new Volume size:
resize2fs /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1
Mount your Volume back onto the filesystem:
mount /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1 /mnt/BlockStorage1
This page was originally published on