Could not write to disk

My permissions to write to all of internal partitions was denied after installing windows 10 to one of other partition for some test. and by disabling fast boot(startup) and hibernate in windows it solved. None of opensuses topics hadn’t any solution for that. The question is how to solve it from Linux not windows ?

Welcome to opensUSE Forums.

Are the partitions you are referring to containing NTFS filesystems? If so, disabling Fast Startup in Windows is the correct method.

From Linux you can remove the hibernation file and clear the state with sudo ntfsfix /dev/sdXN but should not be considered the equivalent of a proper Windows shutdown. It can only be considered a workaround as it simply discards the Windows hibernation state, and it can cause data loss if Windows was not cleanly shut down.

Refer man ntfsfix for more info.