diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-12 12:08:12 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-12 12:08:12 (GMT) |
commit | 221ffe2f878af1b8ac3c21bf3655e33a36d1bb33 (patch) | |
tree | 4496f05b0529a062bb4aa65dd9e8fd370227c336 | |
parent | e2f08628d9f4ae017a81d892a9aaf5cdab0d4dda (diff) | |
download | kolab-docs-221ffe2f878af1b8ac3c21bf3655e33a36d1bb33.tar.gz |
More words on partitioning
-rw-r--r-- | Installation_Guide/en-US/Preparing_the_System.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Installation_Guide/en-US/Preparing_the_System.xml b/Installation_Guide/en-US/Preparing_the_System.xml index 5f81c5e..d0b1a31 100644 --- a/Installation_Guide/en-US/Preparing_the_System.xml +++ b/Installation_Guide/en-US/Preparing_the_System.xml @@ -37,6 +37,14 @@ </itemizedlist> </para> + <important> + <para> + Partition and/or divide into logical volumes, configure the mount points and mount the filesystems prior to the installation of packages, as packages may deploy files into these directories. + </para> + <para> + Should you decide to partition only after the packages have already been installed, or after the deployment has already been used, first mount the filesystems somewhere else and synchronize the contents over from the original directories over to the new filesystem hierarchy. Please note services should be stopped before doing so, or only corrupt data will be transfered. Remove the original contents of the filesystem after having synchronized, then mount the filesystems under their target mount points. + </para> + </important> <para> For large or multi-domain installations, we suggest moving <filename>/var/lib/imap/</filename> and <filename>/var/spool/imap/</filename> to <filename>/srv/imap/[<replaceable>$domain</replaceable>/]config/</filename> and <filename>/srv/imap/[<replaceable>$domain</replaceable>/]default/</filename> respectively. In allowing <filename>/srv/imap/</filename> to be one separate partition, backup using LVM snapshots is easier. Note that <replaceable>$domain</replaceable> in the aforementioned path is optional, and should only be used when multiple, but separate, isolated IMAP servers are to be started. </para> |