Posts

Showing posts from January, 2023

Steps to configure a Standard Partition and mounting a file system to the server

Image
Steps to configure a Standard Partition and mounting a file system to the server   Step 1. Login server with the IP address and user credential (Login as a root if root access is denied the need to enter sudo before all the following commands) Step 2 Add a hard disk to the server. Step 3: Once the Hard disk is inserted into the server make sure that HDD is reflating in the server while executing the below command and to find the info (kindly refer to the below note) $ fdisk -l to list out the inserted HDD disk in the server Note: the primary HDD is will be enabled in the name of /dev/sda and if you are adding more HDD to the server, it will be increased in alphabetic order (example: sdb, sdc, sde) Like below snap Primary HDD: sda1 sda2 Newly added HDD: sdb To check the overall insert & partitioned HDD list $[root@localhost ~]# lsblk -l Step 4: now we know that HDD is connected and HDD is reflecting in the server, hence we will start to do the partiti...