From 1f666dbb8e01c21135b2d5b0a6061e4acff33a69 Mon Sep 17 00:00:00 2001
From: Cody Brownstein <cbrownstein@liquidityllc.com>
Date: Wed, 30 Oct 2019 10:47:42 -0700
Subject: [PATCH] Add instruction to fix TailsData_unlocked ownership

---
 wiki/src/support/known_issues.mdwn | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/wiki/src/support/known_issues.mdwn b/wiki/src/support/known_issues.mdwn
index d118cf42ac5..a37b3421a9e 100644
--- a/wiki/src/support/known_issues.mdwn
+++ b/wiki/src/support/known_issues.mdwn
@@ -590,6 +590,14 @@ If you encounter this problem:
 Your <span class="filename">Persistent</span> folder and persistent feature
 configurations should be restored.
 
+If the above instructions do not fix the problem, you might need to fix the
+ownership of TailsData_unlocked.
+
+To fix the ownership of TailsData_unlocked, set an administration password and
+execute the following command in a terminal:
+
+`sudo chown root:root /live/persistence/TailsData_unlocked`
+
 <a id="restart-shell"></a>
 
 ## Icons and information located on the top right corner of the screen disappeared
-- 
GitLab