Hi List.<br><br>I am having trouble mounting my drbd device on the seccondary node.  It mounts fine on the primary but when i try and mount it on the seccondary I get this error:<br><br>mount /dev/drbd0 /var/www<br>mount: block device /dev/drbd0 is write-protected, mounting read-only<br>
mount: Wrong medium type<br><br><br>Here is my config file:<br><br>============================================================<br>resource r0 {<br>  on af-jbm1 {<br>    device    /dev/drbd0;<br>    disk      /dev/sda4;<br>
    address   <a href="http://10.0.0.1:7789">10.0.0.1:7789</a>;<br>    meta-disk internal;<br>  }<br>  on af-jbm2 {<br>    device    /dev/drbd0;<br>    disk      /dev/sda4;<br>    address   <a href="http://10.0.0.2:7789">10.0.0.2:7789</a>;<br>
    meta-disk internal;<br>  }<br>}<br>==============================================================<br><br>dmesg doesnt show anything other than the initial syncing:<br><br>[ 2658.439831] block drbd0: helper command: /sbin/drbdadm before-resync-target minor-0<br>
[ 2658.441852] block drbd0: helper command: /sbin/drbdadm before-resync-target minor-0 exit code 0 (0x0)<br>[ 2658.441859] block drbd0: conn( WFSyncUUID -&gt; SyncTarget ) <br>[ 2658.441867] block drbd0: Began resync as SyncTarget (will sync 984 KB [246 bits set]).<br>
[ 2661.464367] block drbd0: Resync done (total 3 sec; paused 0 sec; 328 K/sec)<br>[ 2661.464376] block drbd0: conn( SyncTarget -&gt; Connected ) disk( Inconsistent -&gt; UpToDate ) <br>[ 2661.464382] block drbd0: helper command: /sbin/drbdadm after-resync-target minor-0<br>
[ 2661.466359] block drbd0: helper command: /sbin/drbdadm after-resync-target minor-0 exit code 0 (0x0)<br><br><br>What am I missing here?<br><br>Thanks<br><br>Lawrence<br><br><br><br><br><br><br><br><br>