[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Nbd] nbd-client with uClibc?



On Wed, May 30, 2007 at 06:50:06PM +0100, Tom Lloyd wrote:
> Is it possible to mount (is that the right word?) an NBD share on a
> system that doesn't have Glib?

Yes. The client, on purpose, doesn't use glib; only the server does, and
I've done it that way precisely for that reason: that you might want to
run it on diskless devices or whatever, where a full glib doesn't make
sense. I didn't think of creating a --disable-server option to
configure.ac or so, but it if you just say "./configure
--disable-glibtest" and do "make nbd-client" rather than just "make",
that should theoretically work. Haven't tried it, though.

-- 
Shaw's Principle:
	Build a system that even a fool can use, and only a fool will
	want to use it.



Reply to: