From owner-freebsd-current@FreeBSD.ORG Wed Mar 17 05:18:38 2004 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 1F92816A4CE for ; Wed, 17 Mar 2004 05:18:38 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D17243D2D for ; Wed, 17 Mar 2004 05:18:37 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i2HDIYWQ007565; Wed, 17 Mar 2004 14:18:35 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Martin Blapp From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 17 Mar 2004 13:28:44 +0100." <20040317132632.M75533@cvs.imp.ch> Date: Wed, 17 Mar 2004 14:18:34 +0100 Message-ID: <7564.1079529514@critter.freebsd.dk> cc: freebsd-current@freebsd.org Subject: Re: DIOCSKERNELDUMP with ips-raid 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: Wed, 17 Mar 2004 13:18:38 -0000 In message <20040317132632.M75533@cvs.imp.ch>, Martin Blapp writes: > >Hi all, > >Have we ever been able to dump on IPS Raids ? Or is >this functionality generally broken on hardware raids ? > >dumpon /dev/ipsd0s1b >dumpon: ioctl(DIOCSKERNELDUMP): Operation not supported by device > >Since it seems that everthing here happens in GEOM, where No, GEOM just passes down the request and modifies it suitably to fit the partition you have chosen. >do I have to add dump support to get it working ? I the device driver. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.