Hello guys
i have formatted SDA1 and SDB1 to GPT and FD00 for Linux Raid Partition
made raid with mdadm
The array shows up and mounts but cant write it only read
chown used on /mnt/raid0 /mnt/md0 /dev/md0
Dolphin says owner can view and modify group and others can only view
so im not an owner of it still ?
creating new folder is greyed out, KDE Partition Manager shows both drives as Linux_Raid_Member and md0 has ext4 partition on it
if anyone has similar issue thats what fixed it for me:
sudo mount /dev/md0 /mnt/keewie
sudo chmod -v 777 /mnt/keewie
PS: dont mount straight into /mnt (i mean the root of /mnt) because it can break if you mount other stuff