From owner-freebsd-arch@FreeBSD.ORG Sun Jan 8 23:29:29 2012 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E2FE106564A; Sun, 8 Jan 2012 23:29:29 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4846A8FC0C; Sun, 8 Jan 2012 23:29:29 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so4860513obb.13 for ; Sun, 08 Jan 2012 15:29:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=cFJv1wyHKk02vLmca8qp2f1QkRONIaJOn+jmAsj8wyQ=; b=eSR9zzlGtwH/8cAidQkrHtJDG2qfJ5puX5BwabCIQosKPYlXHsgv3fJAy2P7cvQ/Hs SBMOO+EQZ4AUZre2Am3NEIhMjqLunOs6mn61KJRndKHtJmvHMFBsfY0q6frDNKgKjZYt uQp7lXnbpuHpLijA7FX3ppPWrVmIXwNon3dD4= MIME-Version: 1.0 Received: by 10.182.1.8 with SMTP id 8mr12390374obi.11.1326063826243; Sun, 08 Jan 2012 15:03:46 -0800 (PST) Received: by 10.182.152.6 with HTTP; Sun, 8 Jan 2012 15:03:46 -0800 (PST) In-Reply-To: <201201082035.q08KZjL5024434@gw.catspoiler.org> References: <201201082035.q08KZjL5024434@gw.catspoiler.org> Date: Sun, 8 Jan 2012 15:03:46 -0800 Message-ID: From: Garrett Cooper To: Don Lewis Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: arch@freebsd.org Subject: Re: [patch] allow crash dumps to Linux swap partitions X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2012 23:29:29 -0000 On Sun, Jan 8, 2012 at 12:35 PM, Don Lewis wrote: > I've got a machine that is set up to dual boot both FreeBSD and Linux. > It is also disk space impaired, so to make the best use possible of the > available space, I have FreeBSD set up to swap to the Linux swap > partition. Until now I haven't had working crash dumps because geom > didn't permit crash dumps to Linux swap partitions. This patch removes > that limitation. =A0This could be useful for users of laptops who boot > multiple operating systems. Seems like a good idea, but could dumping to a Linux partition confuse FreeBSD or vice versa? Thanks! -Garrett