Good afternoon.
After running the NCC check, I received an error message:
However, there are no errors on the disks themselves that formed the MD2 partition.
There are also no hardware issues, I checked both in Nutanix and in the XCC.
Is it possible to fix this problem using standard Linux tools?
Here's a plan, might it work:
Unmount the Partition: >umount /home
Run Filesystem Check (fsck): >fsck.ext4 -v -f /dev/md2
Reboot and Remount: >mount /home