I have a new hard drive on my server ( a 2 TB drive ) . I want to add this 2 TB to my current /home partition .
The output of df -h
[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 193G 982M 182G 1% /
devtmpfs 16G 0 16G 0% /dev
tmpfs 16G 0 16G 0% /dev/shm
tmpfs 16G 9.7M 16G 1% /run
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/sda3 1.6T 69M 1.6T 1% /home
tmpfs 3.2G 0 3.2G 0% /run/user/0
The output of fdisk -l
:
[root@localhost ~]# fdisk -l
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes, 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: gpt
# Start End Size Type Name
1 40 2048 1004.5K BIOS boot parti bios_grub-sda
2 4096 409602047 195.3G Linux filesyste primary
3 409602048 3890638847 1.6T Linux filesyste primary
4 3890638848 3907020799 7.8G Linux swap primary
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes, 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Can somebody please tell me how I can add this new 2 TB to my current /home partition and make it a 3.6 TB partition? Thanks