I am trying to schedule the uptime of my server (it's in my bedroom) with rtcwake. The sleeping and waking gives no problems. But after waking the filesystem is set to readonly and I constantly get I/O errors. Thats not workable.
I'm using the command sudo rtcwake -u -s 60 -m mem
and also tried it with the script from Automatically sleep and wake-up at specific times
Does anybody have a solution/workaround for this problem?