From owner-freebsd-current@FreeBSD.ORG Tue Oct 21 11:35:16 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 415E616A4B3 for ; Tue, 21 Oct 2003 11:35:16 -0700 (PDT) Received: from smtp7.Stanford.EDU (smtp7.Stanford.EDU [171.67.16.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1012743F75 for ; Tue, 21 Oct 2003 11:35:15 -0700 (PDT) (envelope-from jstockdale@stanford.edu) Received: from stanford.edu (mentat.Stanford.EDU [128.12.55.20]) by smtp7.Stanford.EDU (8.12.10/8.12.10) with ESMTP id h9LIYxPd012379 for ; Tue, 21 Oct 2003 11:35:04 -0700 (PDT) Date: Tue, 21 Oct 2003 11:34:54 -0700 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: John Stockdale To: freebsd-current@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <438938F0-03F5-11D8-BB63-000393A6EB58@stanford.edu> X-Mailer: Apple Mail (2.552) Subject: Current GBDE Problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 18:35:16 -0000 I upgraded source on the current branch a few days ago and havn't been able to get GBDE to work nicely since. I'm running two separate GBDE devices, one 8MB memory disk, and one 1.2TB hardware raid 5 array, neither of which can I now get to mount. When I initialize a new disk on startup for the memory disk, and then mount and newfs the disk, I get a "cg 0: bad magic number" error. When I try to attach my existing raid 5 array using gbde attach /dev/twed0 -l I get success but then upon mount /dev/twed0.bde I receive the error: "mount: dev/twed0.bde: Input/output error" Furthermore, when I tried to fsck -t UFS /dev/twed0.bde I recieved: ** /dev/twed0.bde CANNOT SEEK BLK: XXXXXXXXXX CONTINUE? [yn] n Anyone have any ideas? I can't figure out what could be wrong. -John