How to add new partition (when we add new hard disk) in linux server
How to add new partition (when we add new hard disk) in linux server Step 1lsblk Step 2Check the newly add harddisk label mostly sdb or sdc Step 3parted /dev/sdb Step 4mklabel gpt it will ask for yes and no enter yes Step 5mkpart primary xfs 0% 100% this will make a partition Step 6 …