<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Yeah , I still don't have output from /etc/init.d/drbd start .......All
it says is "Starting DRBD resource : "<br>
.....and that's it .<br>
<br>
/etc/init.d/drbd start ( and insmod drbd ) creates /dev/nbd/0&nbsp; ......
but when I try mkfs -t ext3 /dev/nbd/0 ,<br>
I get&nbsp; :<br>
<br>
Device size reported to be zero . Invalid partition specified , or
partition table wasn't reread after<br>
running fdisk , due to a modified partition being busy and&nbsp; in use .
You may need to reboot to re-read <br>
your partition table .<br>
<br>
James Doherty wrote:
<blockquote cite="mid1100576831.3139.36.camel@virgil" type="cite">
  <pre wrap="">On Mon, 2004-11-15 at 17:26 -0800, aleks wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I loaded the module ..... insmod nbd  .... then /dev/nbd/0 shows up in 
my filesystem ....
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The DRBD module is called "drbd". Once you modprobe this /dev/drbdX
devices will appear (and you should be able to cat /proc/drbd)

  </pre>
  <blockquote type="cite">
    <pre wrap="">I run /etc/init.d/drbd start  which does not show any output ( should 
there be ? ) ...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There should be quite a bit of output (assuming you are physically at
the machine). 

  </pre>
  <blockquote type="cite">
    <pre wrap="">Then I try mkfs -t ext3 /dev/nbd/0 ..... which fails ( I forget the 
exact error messages , I'll repost
if that's important ) .
    </pre>
  </blockquote>
  <pre wrap=""><!---->
After you modprobe the "drbd" module and set the resource(s) of one
machine to the "primary" state, you should be able to create the
filesystem.

You didn't mention what version of DRBD you are running, but you might
find this useful:
<a class="moz-txt-link-freetext" href="http://linuxha.trick.ca/DRBD">http://linuxha.trick.ca/DRBD</a>
  </pre>
</blockquote>
<br>
</body>
</html>