Add a New Disk in Linux- Partition and Format Rumi, May 9, 2018 Partition the new disk using fdisk command Following command will list all detected hard disks: # fdisk -l | grep ‘^Disk’ Output: Disk /dev/sda: 251.0 GB, 251000193024 bytes Disk /dev/sdb: 251.0 GB, 251000193024 bytes A device name refers to the entire hard disk. For more information see Linux partition naming… Continue Reading
CentOS mount NFS Disk Rumi, July 24, 2014 First Enable EPEL Repo under CentOS or RHEL Servers You need to type the following command as per your distro version / release. RHEL 5.x / CentOS 5.x Users Type the following command as root user to install repo: # rpm -Uvh http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm RHEL 6.x / CentOS 6.x Users Type… Continue Reading