From bf6daaed6df662de31c2b19eb306525a08244c6c Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 17 Oct 2022 11:22:33 +0200 Subject: [PATCH] Update pages/01.administrate/05.install/install.md Co-authored-by: Alexandre Aubin --- pages/01.administrate/05.install/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/01.administrate/05.install/install.md b/pages/01.administrate/05.install/install.md index e2500fd8..1ece8244 100644 --- a/pages/01.administrate/05.install/install.md +++ b/pages/01.administrate/05.install/install.md @@ -456,7 +456,7 @@ If you have one or more hard drives to store data, you can choose to mount it on | /home/yunohost.multimedia | Heavy data shared between several applications | | /var/mail | User mail -If you want flexibility and don't want to (re)size partitions, you can also choose to mount on /mnt/hdd and follow this [tutorial to mount all these folders with `mount --bind`](/external_storage). +If you want flexibility and don't want to (re)size partitions, you can also choose to mount on `/mnt/hdd` and follow this [tutorial to mount all these folders with `mount --bind`](/external_storage). ### About encryption Be aware that if you encrypt all or part of your disks, you will have to type the passphrase every time you restart your server, which can be a problem if you are not on site. There are however solutions (quite difficult to implement) that allow you to type the passphrase via SSH or via a web page (search for "dropbear encrypted disk").