Skip to content

Commit bf30c4f

Browse files
ovpcnachoparker
authored andcommitted
add warning to add LABEL when formating
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.
1 parent d17fe03 commit bf30c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/ncp-config.d/nc-automount.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Nc-automount",
44
"title": "nc-automount",
55
"description": "Automount USB drives by plugging them in",
6-
"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",
6+
"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",
77
"infotitle": "Automount notes",
88
"params": [
99
{

0 commit comments

Comments
 (0)