Disk capacity is at 105GB, but the root directory (/dev/sda3) capacity is only 39GB, I want to increase the capacity. How can we do this? By the way, the OS is Oracle Linux Server 7.9.
$ df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 11G 0 11G 0% /dev
tmpfs 11G 0 11G 0% /dev/shm
tmpfs 11G 115M 11G 2% /run
tmpfs 11G 0 11G 0% /sys/fs/cgroup
/dev/sda3 39G 23G 17G 58% /
/dev/sda1 200M 7.9M 192M 4% /boot/efi
tmpfs 2.1G 0 2.1G 0% /run/user/0
tmpfs 2.1G 0 2.1G 0% /run/user/1000
tmpfs 2.1G 0 2.1G 0% /run/user/994
$ fdisk -l
Disk /dev/sda: 105.2 GB, 105226698752 bytes, 205520896 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes
Disk label type: dos
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 97677311 48838655+ ee GPT
Partition 1 does not start on physical sector boundary.
$ cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="7.9"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.9"
PRETTY_NAME="Oracle Linux Server 7.9"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:7:9:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://bugzilla.oracle.com/"
ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7"
ORACLE_BUGZILLA_PRODUCT_VERSION=7.9
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=7.9