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-27 20:15:04 -0700 \ Jason Gray: > I'm getting an error when trying to create a device on /dev/nb1: > > can not open device: No such device. > > I tried re-creating the block device like this: > > mknod -m 660 /dev/nb1 b 43 1 > > and it doesn't seem to respond. However, if I change the block minor value > to 0 then it works however, it conflicts with /dev/nb0. Has anyone else had > this issue. maybe you loaded the module with minor_count=1 ? how many minors show up in /proc/drbd ? if only "0:", then you need to reload the module. Lars Ellenberg