From fa2e1c4bd85e908bf5e295ba692d7f938a3141ae Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 19 Apr 2021 17:27:17 +0300 Subject: [PATCH] Update faq.md --- pages/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/faq.md b/pages/faq.md index db73e612..3c62962d 100644 --- a/pages/faq.md +++ b/pages/faq.md @@ -30,7 +30,7 @@ As a first step we recommend carefully reading our documentation on [GitHub](htt
I can't edit any file on Pi-KVM. Why is the system in read-only mode? -The Pi-KVM file system is always mounted in read-only mode. This measure prevents it from being damaged by a sudden power outage. To change the configuration you must first switch the filesystem to write mode using the command `rw` from root. After the changes, be sure to run the command `ro` to switch it back to read-only. +* The Pi-KVM file system is always mounted in read-only mode. This measure prevents it from being damaged by a sudden power outage. To change the configuration you must first switch the filesystem to write mode using the command `rw` from root. After the changes, be sure to run the command `ro` to switch it back to read-only.