README: nbX -> nbdX
authorLed <led@altlinux.ru>
Fri, 11 Dec 2009 14:14:33 +0000 (16:14 +0200)
committerWouter Verhelst <w@uter.be>
Thu, 19 Aug 2010 18:00:15 +0000 (20:00 +0200)
README

diff --git a/README b/README
index f805105..e2e7291 100644 (file)
--- 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
 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:
 
 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 <hostname> <port> <nbd device>
 
 e.g.,
 
 
 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
 
 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