How to Setup RAID in Linux

Rating: +2


Positive


Negative

Mkraid command is used to make a RAID disk in Linux operating systems,

The format is given as

mkraid /dev/md1

Here md is the name of your RAID disk, the mkraid command used the configuration file /etc/raidtab and the physical disk partitions and other settings related to the RAID array ( like the RAID level ) are defined in the raidtab file

Other related commands to RAID disks in Linux are
raidstart
raidstop

As evident by name, both of these commands are used for starting and stopping md disks

Post a Answer