I am running a RAID 6 setup on Debian with 4 drives. I recently shrunk the size of the RAID partitions by failing one drive in the array, shrinking the partition, then adding it back to the array and allowing it to rebuild. Did this for each of the partitions and then used mdadm grow to resize the array to the max size of the new partitions. I found this in a guide somewhere but I'm unable to find where I read about it now. I will post it later if I find.
Anyway, this corrupted some files and directories on the disk. They're not critical, just some media files. I'm trying to remove the corrupted files and keep getting the message:
Code:
rm: cannot remove filename: Operation not permitted
It does this even if I use sudo or -f. I've obviously corrupted something on the drive, but I don't know where to go from here. I've been digging through old forums but I haven't been able to find much. If anybody out there could point me in the right direction for solving this problem that would be great! Thanks!