You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Oracle Cloud Infrastructure : How to Resize the Block Volume Storage and Filesystem On Oracle Linux

Announcement
85
Views
0
Comments

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 ~]$

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!