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:
authorOliver V <ovpc@users.noreply.github.com>2019-07-28 18:02:17 +0300
committernachoparker <nacho@ownyourbits.com>2019-09-05 22:19:32 +0300
commitbf30c4febdb0493ce1960bb9ee552a3d5a9f102b (patch)
treee917778b04ec7167a38c1748603418637474a308
parentd17fe03fb9162d15cc80b84b02b0edbc353d237f (diff)
add warning to add LABEL when formatingv1.15.4
The importance of this seems to be unclear to users, because they clearly don't read docs. I commit directly to devel, thinking you'd agree ;-) I would have used create new branch if not.
-rw-r--r--etc/ncp-config.d/nc-automount.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ncp-config.d/nc-automount.cfg b/etc/ncp-config.d/nc-automount.cfg
index d8f999a3..a0e4f3ce 100644
--- a/etc/ncp-config.d/nc-automount.cfg
+++ b/etc/ncp-config.d/nc-automount.cfg
@@ -3,7 +3,7 @@
"name": "Nc-automount",
"title": "nc-automount",
"description": "Automount USB drives by plugging them in",
- "info": "Plugged in USB drives will be automounted under /media\non boot or at the moment of insertion.\n\nFormat your drive as ext4/btrfs in order to move NC datafolder or database\nVFAT or NTFS is not recommended for this task, as it does not suport permissions\n\nIMPORTANT: halt or umount the drive before removing",
+ "info": "Plugged in USB drives will be automounted under /media\non boot or at the moment of insertion.\n\nFormat your drive as ext4/btrfs in order to move NC datafolder or database. \n\nVFAT or NTFS is not recommended for this task, as it does not suport permissions \n\n WARNING If you want add a second drive later, make sure you have added a LABEL to the first and all other drives to be mounted when formating, as they will then be mounted at /media/LABEL instead of /media/USBdrive \n\nIMPORTANT: halt or umount the drive before removing",
"infotitle": "Automount notes",
"params": [
{