i have a dedicated server ( CentOS7 ) with 2 X 1 TB SATA SSD + 2 X
10 TB SATA Enterprise Hard Drive ( total 4 drives ) i am hosting 1 website on primary drive 1TB , I plan to add a new website/domain to the server and I want to set it on different disk drive because i don't want primary SSD to become full, when i run fdisk -l command i get this :-
i can see the all 4 drives are mounted but not sure the drives mounted in raid or not ! appreciate any help
10 TB SATA Enterprise Hard Drive ( total 4 drives ) i am hosting 1 website on primary drive 1TB , I plan to add a new website/domain to the server and I want to set it on different disk drive because i don't want primary SSD to become full, when i run fdisk -l command i get this :-
Code:
[[email protected] ~]# fdisk -l
Disk /dev/sdc: 10000.8 GB, 10000831348736 bytes, 19532873728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk label type: dos
Disk identifier: 0xa5abc798
Device Boot Start End Blocks Id System
/dev/sdc1 2048 8390655 4194304 fd Linux raid autodetect
/dev/sdc2 8390656 9439231 524288 fd Linux raid autodetect
/dev/sdc3 9439232 2000407215 995483992 fd Linux raid autodetect
Disk /dev/sda: 1024.2 GB, 1024209543168 bytes, 2000409264 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0xfedd3207
Device Boot Start End Blocks Id System
/dev/sda1 2048 8390655 4194304 fd Linux raid autodetect
/dev/sda2 8390656 9439231 524288 fd Linux raid autodetect
/dev/sda3 9439232 2000407215 995483992 fd Linux raid autodetect
Disk /dev/sdb: 1024.2 GB, 1024209543168 bytes, 2000409264 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0xc967dd28
Device Boot Start End Blocks Id System
/dev/sdb1 2048 8390655 4194304 fd Linux raid autodetect
/dev/sdb2 8390656 9439231 524288 fd Linux raid autodetect
/dev/sdb3 9439232 2000407215 995483992 fd Linux raid autodetect
Disk /dev/sdd: 10000.8 GB, 10000831348736 bytes, 19532873728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk label type: dos
Disk identifier: 0x12650dce
Device Boot Start End Blocks Id System
/dev/sdd1 2048 8390655 4194304 fd Linux raid autodetect
/dev/sdd2 8390656 9439231 524288 fd Linux raid autodetect
/dev/sdd3 9439232 2000407215 995483992 fd Linux raid autodetect
Disk /dev/md0: 4290 MB, 4290772992 bytes, 8380416 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/md1: 536 MB, 536281088 bytes, 1047424 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/md2: 2038.5 GB, 2038482075648 bytes, 3981410304 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 524288 bytes / 1048576 bytes