Prepare Additional Disk – CentOS

By |2020-12-08T13:18:14-06:00December 8th, 2020|Categories: File Sharing & Hosting, Linux System, Web Servers & Applications|Tags: , , |

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 [...]