From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <149389885664fccd49bafd429c7c5e31@quanstro.net> References: <149389885664fccd49bafd429c7c5e31@quanstro.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Gregory Pavelcak Subject: Re: [9fans] Fs64 file server, partition boundaries out of range Date: Sat, 5 Aug 2006 14:14:52 -0400 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 97696ad8-ead1-11e9-9d60-3106f5b1d025 That would be funny if that's all it was. And surprising to me. How fast does a worm grow under "ordinary" usage? Greg On Aug 5, 2006, at 9:57 AM, erik quanstrom wrote: > i don't have a worm or pseudoworm, but it's interesting that > 50G/8k blocksize is approximately 6105859 (i get 6103515+5/8). > is your total size of your original worm >50G? i'm pretty sure > copyworm just does a block-for-block copy and doesn't check to see > if blocks are used or not. also, the error code matches this code > from > wreniocmd: > > /sys/src/fs/dev/wren.c:83,86; #1566,#1668 > if(b >= dr->max) { > print("wreniocmd out of range a=%Z b=%lld\n", d, (Wideoff)b); > return 0x40; > } > > so i think it's pretty likely that your pseudoworm is too large for > the new disk. > > - erik