Sorry to revisit this issue, and maybe it should be obtusely clear and simple to everyone,<br><br>but I&#39;m trying to understand how this works, in very detailed terms,<br>in regards to drbd.conf and using meta-disk with or without using &quot;internal&quot;
<br><br>our current method-<br>install DRBD, setup drbd.conf as:<br><br>&nbsp;device&nbsp;&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>&nbsp;disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/cciss/c0d1;<br>&nbsp;address&nbsp;&nbsp;&nbsp; <a href="http://10.10.1.1:7788">10.10.1.1:7788</a>;<br>&nbsp;meta-disk&nbsp; internal;<br>
<br>device&nbsp;&nbsp;&nbsp;&nbsp; /dev/drbd1;<br>
&nbsp;disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/cciss/c0d2;<br>
&nbsp;address&nbsp;&nbsp;&nbsp; <a href="http://10.10.1.1:7789">10.10.1.1:7789</a>;<br>
&nbsp;meta-disk&nbsp; internal;<br><br>/dev/cciss/c0d1 and c0d2 are &quot;raw&quot; drives - not partitions.<br>we don&#39;t use makefs or anything like that.<br><br>once we have /dev/drbd0 and drbd1 we use makefs to create a reiserfs filesystem on that
<br>and mount /dev/drbd0 and drbd1 to our mount points.<br><br>It seems we still have issues of drbd trying to write beyond the end of the disk.<br><br>I&#39;m still not sure this is correct. I&#39;m wondering if we should be doing this instead:
<br>create a 300MB partition as reiserfs (?) called c0d1p0 and setup drbd.conf like this:<br><br>device /dev/dev/drbd0<br>disk /dev/cciss/c0d1p1<br>address <a href="http://10.10.1.1:7788">10.10.1.1:7788</a>;<br>meta-disk /dev/cciaa/c0d1p0[0]
<br><br>device /dev/dev/drbd1<br>
disk /dev/cciss/c0d1p2<br>
address <a href="http://10.10.1.1:7789">10.10.1.1:7789</a>;<br>
meta-disk /dev/cciaa/c0d1p0[1]<br>
<br>but technically c0d1p1 or c0d1p2 won&#39;t exist at this point, it&#39;s the remainder of the drives.<br><br>This is a bit confusing to me as to what the proper method is for this.<br>using &quot;raw&quot; disk the documentation stating to &quot;shrink&quot; the file system doesn&#39;t apply. You can&#39;t shrink raw disk...
<br><br>can we get some low-level &quot;step by step&quot; documentation from setting up the raw disks, partitions, with exact command-lines that should be used.<br><br>Sorry again, I know this seems obtuse.<br><br>Dan.<br>