From owner-freebsd-fs Wed Feb 4 02:12:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24557 for freebsd-fs-outgoing; Wed, 4 Feb 1998 02:12:33 -0800 (PST) (envelope-from owner-freebsd-fs@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-04.ix.netcom.com [207.93.42.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24550 for ; Wed, 4 Feb 1998 02:12:30 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id CAA02979; Wed, 4 Feb 1998 02:12:19 -0800 (PST) Date: Wed, 4 Feb 1998 02:12:19 -0800 (PST) Message-Id: <199802041012.CAA02979@silvia.HIP.Berkeley.EDU> To: cdillon@inter-linc.net CC: freebsd-fs@FreeBSD.ORG In-reply-to: (message from Chris Dillon on Wed, 04 Feb 1998 00:02:01 -0600 (CST)) Subject: Re: May have pounced on something weird with ccd and newfs (rather old) From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-fs" * ccdconfig -c ccd0 $BLOCKSIZE 0 /dev/sd0s1g /dev/sd1s1g * newfs -b 8192 -f 1024 ccd0c * mount /dev/ccd0c /mnt * bonnie -d /mnt -s 100 -m "I=$BLOCKSIZE" | grep "I=" >> ~/ccdtest.txt * umount -f /dev/ccd0c (only did -f since weirdly enough, it would fail sometimes) * ccdconfig -u ccd0 * I=128 newfs -b 8192 -f 1024 fails with "write error: 2047871 * wtfs: invalid argument". * "std" is the output when NOT using ccd (i.e., a regular disk). With * a ccd stripe size of 128, newfs refused to create a filesystem with * the error you see above. (I decided on using the 64 block stripe * ultimately, by the way.) Could you have an old disklabel in there by any chance? See if the size given in "disklabel ccd0" is consistent with "ccdconfig -g". Satoshi