From 6155b274c6c5e3d8a1ffd750bb4319af4ebfe574 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 17 Jun 2021 06:48:47 +0300 Subject: [PATCH] Update faq.md --- pages/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/faq.md b/pages/faq.md index b2aa82d..ea05b60 100644 --- a/pages/faq.md +++ b/pages/faq.md @@ -75,7 +75,7 @@ Note: if you can't find an answer to your question here, try the [Community FAQ]
Click to view -* 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. If you get a message that the file system is busy, then the easiest way is to perform a `reboot`.
### How do I update Pi-KVM with the latest software? @@ -99,7 +99,7 @@ Note: if you can't find an answer to your question here, try the [Community FAQ]
Click to view -WebRTC is an alternative mode for the default MJPEG and it's only supported on v2+ platforms with the CSI video capture device. See [this](webrtc.md) page to solve any problems with WebRTC. +* WebRTC is an alternative mode for the default MJPEG and it's only supported on v2+ platforms with the CSI video capture device. See [this](webrtc.md) page to solve any problems with WebRTC.
### Pi-KVM does not show the video from the computer at all