From owner-freebsd-hackers Wed Jun 21 07:43:52 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA26663 for hackers-outgoing; Wed, 21 Jun 1995 07:43:52 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.147]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA26657 ; Wed, 21 Jun 1995 07:43:50 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id HAA16304 ; Wed, 21 Jun 1995 07:43:47 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Mark Tinguely cc: hsu@freefall.cdrom.com, rgrimes@gndrsh.aac.dev.com, hackers@freefall.cdrom.com, phk@freefall.cdrom.com Subject: Re: dump errors In-reply-to: Your message of "Wed, 21 Jun 1995 09:39:56 CDT." <199506211439.JAA17552@plains.nodak.edu> Date: Wed, 21 Jun 1995 07:43:46 -0700 Message-ID: <16302.803745826@westhill.cdrom.com> From: Gary Palmer Sender: hackers-owner@FreeBSD.org Precedence: bulk In message <199506211439.JAA17552@plains.nodak.edu>, Mark Tinguely writes: >I was going to ask the same question, because the lseek-s in traverse.c should >not read: >if ((int)lseek(diskfd, ((off_t)blkno << dev_bshift), 0) < 0) >but should read: >if (lseek(diskfd, ((off_t)blkno << dev_bshift), 0)==(off_t) -1) >as I stated in bug report 461. I doubt this is the problem because you >would get a lot of lseek errors. Can someone look at getting dump working on >>2Gb filesystems please? I'll need it shortly to to large dumps of >>2Gb filesystems here at Walnut Creek :-( Thanks Gary