[ENBD] More nbd-2.4.1 questions on kernel 2.2.18

Peter T. Breuer ptb@it.uc3m.es
Sat, 10 Mar 2001 02:25:31 +0100 (MET)


"A month of sundays ago Kai Chen wrote:"
> Here is my config.h...

  /* Define if you have the lseek64 function.  */
  #define HAVE_LSEEK64 1

That's conclusive. Large file support is compiled in.

If you can't seek beyond 2GB it must be because you are using a file
as resource and don't have large file support in the FS.

Peter