http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion/posts/bash/linux-software-raid-array-is-in-auto-read-only-mode.html
It happens to try and help make array assembly a bit safer - nothing's written to disk until it actually needs to be Details Language: BASH Snippet # Assuming md1 is the array in auto-read-only # Look for md1 to find which mount point is used for the array lsblk | less # If a mount point was found, verify it's mounted (replace $MOUNTPOINT # with the path) and cd there mountpoint $MOUNTPOINT cd $MOUNTPOINT # Write to disk touch test rm test # Verify that the array is no longer auto-read-only cat...