Prepare Additional Disk – CentOS
Here is how to prepare additional disk on Linux for more storages. Find the disk drives represented by /dev/sd* ls /dev/sd* Result looks like: /dev/sda /dev/sda1 /dev/sda2 /dev/sdb Additional hard disk is: /dev/sdb Create a new partition on the new disk. fdisk /dev/sdb Command (m for help): c DOS Compatibility flag is not set Command (m [...]