From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <149389885664fccd49bafd429c7c5e31@quanstro.net> From: erik quanstrom Date: Sat, 5 Aug 2006 08:57:31 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] Fs64 file server, partition boundaries out of range In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 96ad5460-ead1-11e9-9d60-3106f5b1d025 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