Hi, I'm thinking of a new DVD-less system and may occasionally need to use the DVD of another system. I thought that nbd would be a good choice.
But alas: On the server with the DVD (Gentoo 2006.1), I start nbd-server (2.8.2) with
Code:
nbd-server 55433 /dev/hdc -l 192.168.83.240
and on the client (Ubuntu 10.4), I start nbd-client (2.9.14) with
Code:
sudo nbd-client 192.168.83.11 55433 /dev/nb0
However, all I get is this error message:
Code:
Error: Cannot open NBD: No such file or directory
Please ensure the 'nbd' module is loaded.
Unfortunately, Google is not a great help, as there are almost no results for these messages. Anyone has any idea?
Thanks,
marco.hahn