Wiki Home Installation Raid0 issues

Raid0 issues

Sometimes raid 0 can be corrupted. In this case, all disks from this raid will have a RAW file system. You can try using "CHKDSK"  command line utility which fixes file system issues and other disk related issues. Running this command on the affected RAID partition may fix the issues and help you restore data from corrupted RAID.

Follow the steps given below:

[WARNING]: Running "CHKDSK" command may result in data loss as it marks the unreadable sectors as bad sectors.

1. Launch cmd as an administrator.

2. On cmd window, type the command as below:

chkdsk /f X: , where X is the drive letter of a RAID partition and /f fixes errors.

3. Press the enter key.

4. Now wait for a few minutes while the utility fixes issues (Figure 1).

cmd-command line for raid 0

Figure 1

5. Check if the file system issues are fixed and accessible.