Introduction In this blog post, we will walk through the process of creating a watchdog script that monitors if a filesystem has gone read-only on a Linux system. If the filesystem is detected to be read-only, the script will reboot the system after a specified timeout period. This can help ensure that your system …
Read More