From owner-freebsd-questions Thu Oct 21 4:12:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gw.one.com.au (gw.one.com.au [203.18.85.1]) by hub.freebsd.org (Postfix) with ESMTP id 77A4514A24 for ; Thu, 21 Oct 1999 04:12:44 -0700 (PDT) (envelope-from raymond@one.com.au) Received: from one.com.au (pxx.local [10.18.85.1]) by gw.one.com.au (8.9.2/8.9.2) with SMTP id VAA23665 for freebsd-questions@freebsd.org; Thu, 21 Oct 1999 21:12:43 +1000 (EST) (envelope-from raymond@one.com.au) Date: Thu, 21 Oct 1999 21:12:43 +1000 (EST) From: User Raymond Message-Id: <199910211112.VAA23665@gw.one.com.au> Subject: FreeBSD file size, lseek() etc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To: freebsd-questions@freebsd.org We are trying to construct a file that is larger than the basic 2GB allowed by lseek(). I am sure I have seen some discussion on this somewhere but I've forgotten where... So these questions. 1. Does FreeBSD support file sizes greater than 2GB? 2. If so is there another way (other than lseek()) to address them? 3. If not, will multiple calls to lseek() with whence = SEEK_CUR work or will the internal pointer wrap? Ray Newman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message