Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/nextcloudpi-config.d/nc-database.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/nextcloudpi-config.d/nc-database.sh b/etc/nextcloudpi-config.d/nc-database.sh
index 0bde71fb..e8e7a923 100644
--- a/etc/nextcloudpi-config.d/nc-database.sh
+++ b/etc/nextcloudpi-config.d/nc-database.sh
@@ -24,7 +24,13 @@ show_info()
--backtitle "NextCloudPi configuration" \
--title "Info" \
"Note that non Unix filesystems such as NTFS are not supported
-because they do not provide a compatible user/permissions system" \
+because they do not provide a compatible user/permissions system
+
+You need to use a USB drive that is permanently on and is responsive
+or the database will fail.
+
+** If it ever fails with a white page, move the database back to the SD **
+" \
20 90
}