Oracle Cloud Infrastructure : How to Resize the Block Volume Storage and Filesystem On Oracle Linux
in Linux
Applies to:
Oracle Cloud Infrastructure - Version N/A to N/A [Release 1.0]
Linux x86-64
Goal
This KM will provide the steps about resize the block storage volume at the OS level .
Solution
1. Refer to the below OCI documentation that will explain how to resize the block volume from the OCI web console:
Resizing a Volume Using the Console :
2. Once the resize is done at the block storage level go to your instance and verify the size of your filesystem:
Current device: /dev/sdb
Partition: 1
Current size: 50 GB
New size: 100 GB
Mount point: /test
Filesystem Type: xfs
[root@localhost ~]$ df -hT /test Filesystem Type Size Used Avail Use% Mounted on /dev/sdb1 xfs 50G 33M 50G 1% /test [root@localhost ~]$
Tagged:
0