[Lunar-commits] CVS: moonbase/net/enbd BUILD, NONE, 1.1 DETAILS,
NONE, 1.1
Auke Kok
sofar at lunar-linux.org
Thu Jul 1 14:37:52 GMT 2004
Update of /var/cvs/lunar/moonbase/net/enbd
In directory dbguin.lunar-linux.org:/tmp/cvs-serv22017/enbd
Added Files:
BUILD DETAILS
Log Message:
Alternative enhanced NBD userspace tools.
--- NEW FILE: BUILD ---
(
sedit "s:/tmp:/usr/src/nbd-$VERSION/BUILD:" Makefile.* nbd/Makefile.*
sedit "s:/usr/local:/usr:g" Makefile.* nbd/Makefile.*
export TOPDIR=/usr/src/linux
default_make
) > $C_FIFO 2>&1
--- NEW FILE: DETAILS ---
MODULE=enbd
VERSION=2.4.31
SOURCE=nbd-$VERSION.tgz
SOURCE_URL=ftp://oboe.it.uc3m.es/pub/Programs/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/nbd-$VERSION
WEB_SITE=http://nbd.sourceforge.net/
ENTERED=20040628
UPDATED=20040628
SHORT="Enhanced Network Block Device server and client"
cat << EOF
With this thing compiled into your kernel, Linux can use a remote
server as one of its block devices. Every time the client computer
wants to read /dev/ndxN, it will send a request to the server via TCP,
which will reply with the data requested. This can be used for stations
with low disk space (or even diskless - if you boot from floppy) to
borrow disk space from other computers. Unlike NFS, it is possible to
put any file system on it. But (also unlike NFS), if someone has mounted
NBD read/write, you must assure that no one else will have it mounted.
EOF
More information about the Lunar-commits
mailing list