Thanks Simon,<br>
this helped me a lot.<br>
I will now create 2 disk partitions (in an extended part I think) one
for configdirectory and one for partition-default and mount them to
their old loacions.<br>
I will use rsync -aH instead of cp<br>
<br>
btw I forgot to mention that this is a SUSE box (9.2, 2.6 kernel) where Reiser is the default FS.<br>
<br>
Cheers<br>
Thomas<br><br><div><span class="gmail_quote">2006/6/18, Simon Matter &lt;<a href="mailto:simon.matter@ch.sauter-bc.com">simon.matter@ch.sauter-bc.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; Hi,<br>&gt; I am about to move my IMAP storage to a new harddisk (old HD gets too<br>&gt; small<br>&gt; and may fail in the near future).<br>&gt; Cyrus&nbsp;&nbsp;serves a small group of people (about 5), running on old hardware
<br>&gt; (PII,300) with a new 80GB IDE HD. No performance issues.<br>&gt; I have several questions about details of the migration:<br>&gt;<br>&gt; 1. a) FS-type: any recommendations (I would have used reiserfs, but ext3<br>
&gt; or<br>&gt; ext2 could be options as well)?<br><br>Okay, this lets us know that you are running Linux. I'm using XFS and ext3<br>and it seems that reiserfs also performs well with cyrus. I think you can<br>choose any of them, however not every FS is well integrated in any distro.
<br><br>&gt; b) FS options: should I use specials options when generating the FS (there<br>&gt; may be a lot of files in folders as we all know), eg inodes,...<br><br>I don't think you have to care about that for a small 80G cyrus message
<br>store. Of course that's something else in the multi Terabyte range...<br><br>&gt; c) any mount-options I should use?<br>&gt; FYI: the new harddisk will be mounted to /data and will have directories<br>&gt; imap/part and imap/conf directories for the partition and configdir)
<br><br>I'm usually using noatime for /var/spool/imap with ext3.<br><br>&gt;<br>&gt; 2. Which parts should I move:<br>&gt; a) Of course I want to move the partition (partition-default, which ist<br>&gt; /var/spool/imap currently)
<br>&gt; b) I would like to move configdirectory (/var/lib/imap) as well - is the<br>&gt; recommendable?<br>&gt;<br>&gt; 3. How to do the migration<br>&gt; I intended to<br>&gt; - stop postfix and imapd<br>&gt; - copy all files with &quot;cp --preserve --recursive&quot; to the new location (are
<br>&gt; there links to be taken care of)?<br><br>Yes, there may be hardlinks when using single instance store, &quot;rsync -aH&quot;<br>is better anyway.<br><br>&gt; - change /etc/imapd.conf regarding the two settings (partition-default and
<br>&gt; configdirectory)<br><br>I don't suggest putting configdirectory and partition-default on the same<br>filesystem if you want to use noatime option.<br><br>&gt; - start imapd and postfix again<br>&gt; Will this work or is this not the preferred way to to it
<br><br>This will work but why not simply move the data to filesystems on the new<br>disk and then mount them to the old locations?<br><br>Simon<br></blockquote></div><br>