On Sun, Mar 3, 2013 at 3:05 AM, Daniele Testa <[email protected]> wrote: > I am trying to create new devices files, i.e /dev/nbdXX but I'm having > problems. > > (root@h2)-(/dev)# mknod /dev/nbd32 b 43 512 > > (root@h2)-(/dev)# nbd-client example.com 10002 /dev/nbd32
You should only skip minors if you have partitioning support (max_part) enabled in nbd. Otherwise, nbd devices use consecutive minor numbers. -- Paul ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
