Greetings everyone,
I am planning on upgrading the storage capacity of my omv-server. But before I do that I would like to run a check on my software raid1 mirror (ext4) that contains all my data files. Yes I know that the current setup is generally frowned upon. That’s why my upgrade will be a btrfs raid1 or a snapraid setup. Btw, the mirror hasn’t failed me thus far.
Anyways is it safe to perform a fsck on a active array or perhaps another way? Do I need to specify additional parameters in the command:
sudo fsck /dev/md0
The array is currently clean:
Version : 1.2
Creation Time : Tue Mar 23 21:14:02 2021
Raid Level : raid1
Array Size : 2930134464 (2794.39 GiB 3000.46 GB)
Used Dev Size : 2930134464 (2794.39 GiB 3000.46 GB)
Raid Devices : 2
Total Devices : 2
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Sun Aug 29 17:33:23 2021
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Consistency Policy : bitmap
Name : openmediavault:DataRaid1 (local to host openmediavault)
UUID : 0fc23ec2:e1cbd729:96af3181:7854fba8
Events : 6695
Number Major Minor RaidDevice State
0 8 0 0 active sync /dev/sda
1 8 16 1 active sync /dev/sdb
Thank you for the help.