If you want an exact copy of a filesystem, you can use dd instead.<div><br></div><div>For example:</div><div>Say you have a file system that contain data only.</div><div>you can create a &#39;backup&#39; of that filesystem using dd:</div>
<div>dd if=$SOURCEFILESYSTEM of=$DESTINATIONFILE</div><div>afterwards, you &#39;restore&#39; the file system using</div><div>dd if=$SOURCEFILE&nbsp;of=DESTINATIONDRBDDEVICE</div><div>This is very basic dd, read the man pages for more options</div>
<div>For &#39;if&#39; and &#39;of&#39; any block device and file you can read from (if) and write to (of) can be used</div><div><br></div><div>Then you can use this image to restore to a drbd resource</div><div><div><br></div>
<div><div>Hope this helps.</div><div><br></div><div>Regards,</div><div><br></div><div>Serge Fonville<br><br><div class="gmail_quote">On Sat, Feb 7, 2009 at 4:47 PM, Bluntknife <span dir="ltr">&lt;<a href="mailto:paul_rawlinson@msn.com">paul_rawlinson@msn.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d"><br>
<br>
<br>
On Sat, 7 Feb 2009 05:54:47 -0800 (PST)<br>
Bluntknife &lt;<a href="mailto:paul_rawlinson@msn.com">paul_rawlinson@msn.com</a>&gt; wrote:<br>
<br>
&gt; I currently have 2 Ubuntu 8.10 servers and have successfully<br>
&gt; installed and configured DRBD and a drbd.conf file...I think. &nbsp;The<br>
&gt; service runs and when I type the cmd &quot;drbdadm up r0&quot; I see a<br>
&gt; connection between the 2 servers stating that the DRBD connection is<br>
&gt; established. The problem is the connection drops almost straight away<br>
&gt; and I think it&#39;s because I am trying to synchronise my SDA1 partition.<br>
&gt;<br>
&gt; I want my secondary server to be an exact clone of the primary and I<br>
&gt; thought I could use DRBD for this.<br>
&gt;<br>
&gt; Should it be possible to synchronise my primary partition (the boot<br>
&gt; and system files)?<br>
<br>
&gt;You can&#39;t &#39;mirror&#39; partitions that&#39;s mounted. You have to create drbd<br>
&gt;on top of /dev/sda1 and then create filesystem on /dev/drbdX and<br>
&gt;mount /dev/drbdX, not /dev/sda1. Think of it as mdadm or lvm, where you<br>
&gt;have to use upper level (/dev/mdX or /dev/mapper/X-Y). It&#39;s the same<br>
&gt;logic, only here you have to use /dev/drbdX<br>
<br>
</div>Sorry if you have received multiple emails from this thread. &nbsp;I think I<br>
clicked reply directly to you Ante rather than just reply.<br>
<br>
Anyway...<br>
<br>
I think I understand what you are saying but I don&#39;t know where to go from<br>
here.<br>
Will I have to rebuild my servers because the filesystem has already been<br>
installed to the<br>
lower level sda1 partition?<br>
Or can the upper level partition be created on top off my existing sda1<br>
partition, preserving the server&#39;s files in order to be able to replicate<br>
them?<br>
<br>
Many thanks (and sorry again if you did receive multiple replies from this<br>
post Ante)<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://www.nabble.com/Can-DRBD-8-synchronise-SDA1--tp21887192p21889678.html" target="_blank">http://www.nabble.com/Can-DRBD-8-synchronise-SDA1--tp21887192p21889678.html</a><br>
</font><div class="Ih2E3d">Sent from the DRBD - User mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
</div><div><div></div><div class="Wj3C7c">drbd-user mailing list<br>
<a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a><br>
<a href="http://lists.linbit.com/mailman/listinfo/drbd-user" target="_blank">http://lists.linbit.com/mailman/listinfo/drbd-user</a><br>
</div></div></blockquote></div><br></div></div></div>