Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 1995 07:43:46 -0700
From:      Gary Palmer <gpalmer@westhill.cdrom.com>
To:        Mark Tinguely <tinguely@plains.nodak.edu>
Cc:        hsu@freefall.cdrom.com, rgrimes@gndrsh.aac.dev.com, hackers@freefall.cdrom.com, phk@freefall.cdrom.com
Subject:   Re: dump errors 
Message-ID:  <16302.803745826@westhill.cdrom.com>
In-Reply-To: Your message of "Wed, 21 Jun 1995 09:39:56 CDT." <199506211439.JAA17552@plains.nodak.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16302.803745826>