Problems while using ldmtool

I used to use ldmtool to manage a Windows Raid 0 array but lately, ldmtool mounts it as a read-only.
any solutions would be highly appreciated.
I am currently using manjaro Linux and the command ldmtool create all to mount the array what can be the possible source of this problem ?

It is possible that if the array is using NTFS, you need to do an fsck on it to remove the dirty flag. Also, it could be that it was just mounted to many times without fscking.

I am no expert here as I have not uses ldmtool, but considering you mentioned a Windows array, there is probably an issue with NTFS or too many mounts without checks.

My fstab

/etc/fstab: static file system information.

Use ‘blkid’ to print the universally unique identifier for a device; this may

be used with UUID= as a more robust way to name devices that works even if

disks are added and removed. See fstab(5).

UUID=8E8A-50C5 /boot/efi vfat umask=0077 0 2
UUID=06c9fd41-17ff-4c0f-b670-be64305f85f8 / ext4 defaults,noatime 0 1
UUID=77c482f2-8b28-4421-bd7b-a8c9a8839240 swap swap defaults,noatime 0 2

Yeah, there is nothing there that deals with your RAID. Interesting. You can check dmesg or journalctl -xe to see what is happening when mounting.