[DRBD-user] DRBDstart ADD

Lars Ellenberg Lars.Ellenberg at linbit.com
Wed May 19 13:47:09 CEST 2004

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


/ 2004-05-19 12:36:45 +0200
\ Peter.Sokol at vwess.sk:
> --- Skontrolovane antivirovym programom Trend InterScan VirusWall ---
> 
> email-body was scanned and no virus found
> ---------------------------------------------------------------------

> 
> Yes, that works...
> and the second node is vwessfs2 :-)
> 
> I have another problem :-(
> 
> '/dev/nb0' is not a block device
> 
> I?m a really blunt novice ...

ls -l /dev/nb?
brw-rw----    1 root     root      43,   0 2003-09-23 19:59 /dev/nb0
brw-rw----    1 root     root      43,   1 2003-09-23 19:59 /dev/nb1
brw-rw----    1 root     root      43,   2 2003-09-23 19:59 /dev/nb2
brw-rw----    1 root     root      43,   3 2003-09-23 19:59 /dev/nb3
brw-rw----    1 root     root      43,   4 2003-09-23 19:59 /dev/nb4
brw-rw----    1 root     root      43,   5 2003-09-23 19:59 /dev/nb5
brw-rw----    1 root     root      43,   6 2003-09-23 19:59 /dev/nb6
brw-rw----    1 root     root      43,   7 2003-09-23 19:59 /dev/nb7
brw-rw----    1 root     root      43,   8 2003-09-23 19:59 /dev/nb8
brw-rw----    1 root     root      43,   9 2003-09-23 19:59 /dev/nb9

if not,
for i in `seq 0 7` ; do  mknod /dev/nb$i b 43 $i ; done 
helps.

if
cat /proc/drbd 
says
cat: /proc/drbd: No such file or directory

then maybe you want to load the module first :)
but the drbd script should do this for you.

	Lars Ellenberg



More information about the drbd-user mailing list