[DRBD-user] How to create /dev/nb0 .. /dev/nbX

Lars Ellenberg Lars.Ellenberg at linbit.com
Thu Apr 1 14:13:45 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-04-01 13:44:14 +0200
\ Andreas Roos:
> Hello I have a problem with the installation of drbd.
> 
> After compilation (drbd-0.6.8) I am able to load the module with

we have 0.6.12 now, there are bugfixes in it.
tgz and some more info on www.drbd.org ...

> insmod drbd
> 
> It is also listed with lsmod. But the device /dev/nb0 does not exist. 
> How do I create it?

for i in `seq 0 7`; do mknod -m 0600 /dev/nb$i b 43 $i ; done

	Lars Ellenberg



More information about the drbd-user mailing list