From e5b0f7d623ec036fe36e5f232cb0bbf118b6e232 Mon Sep 17 00:00:00 2001 From: Led Date: Fri, 11 Dec 2009 16:14:33 +0200 Subject: [PATCH] README: nbX -> nbdX --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index f805105..e2e7291 100644 --- a/README +++ b/README @@ -16,10 +16,10 @@ Using NBD is quite easy. First, on the client, you need to create the device nodes: # cd /dev -# ./MAKEDEV nb0 +# ./MAKEDEV nbd0 -(if you need more than one NBD device, repeat the above command for nb1, -nb2, ...) +(if you need more than one NBD device, repeat the above command for nbd1, +nbd2, ...) Since there's a problem with nbd and the (default) cfq I/O scheduler, you may want to set it to deadline: @@ -47,7 +47,7 @@ nbd-client e.g., -nbd-client 10.0.0.1 1234 /dev/nb0 +nbd-client 10.0.0.1 1234 /dev/nbd0 nbd-client must be ran as root; the same is not true for nbd-server (but do make sure that /var/run is writeable by the server that nbd-server -- 1.7.10.4