From 2eff6c26e86ae78c8e8399d2a4644d8822ed861d Mon Sep 17 00:00:00 2001 From: Forest Johnson Date: Fri, 28 Aug 2020 21:12:49 -0500 Subject: [PATCH] readme: explain elevated premissions requirements Change-type: patch --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 28d253d..4901ff6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ Install `mountutils` by running: $ npm install --save mountutils ``` +Mounting and Unmounting Block Devices Requires Elevated Permissions +------------------------------------------------------------------- + +For more information on how Balena Etcher forks a priveleged process to write SD cards, see https://github.com/balena-io-modules/mountutils/issues/78 + + Debug mode ----------