From owner-freebsd-questions@FreeBSD.ORG Sat Jul 7 22:04:52 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3A87106566B for ; Sat, 7 Jul 2012 22:04:52 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp1.insight.synacor.com [208.47.185.23]) by mx1.freebsd.org (Postfix) with ESMTP id 67FA08FC0C for ; Sat, 7 Jul 2012 22:04:52 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.1 cv=+xLE55qJV472OMinQMEkQVy9ymy9FBxzBvw0IGZe0n8= c=1 sm=0 a=jLN7EqiLvroA:10 a=28bguoTQAAAA:8 a=LV6kTSwK9FUCWw-rGo8A:9 a=Q/oqmR4JO1zR3vNQamCQeQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Authentication-Results: smtp01.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Received-SPF: softfail (smtp01.insight.synacor.com: transitional domain insightbb.com does not designate 74.134.26.53 as permitted sender) Received: from [74.134.26.53] ([74.134.26.53:36619] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTP id AC/A7-25131-D72B8FF4; Sat, 07 Jul 2012 18:04:46 -0400 Date: Sat, 07 Jul 2012 18:04:45 -0400 Message-ID: From: "Thomas Mueller" To: freebsd-questions@freebsd.org Cc: Carmel Subject: Re: GUI for "gpart" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2012 22:04:52 -0000 On Sat, 7 Jul 2012 08:58:06 -0400, Carmel wrote: > I have heard, although I never personally saw it, a GUI for "gpart" I > heard that there exists one for Linux. Is there any comparable one for > FreeBSD and comparable with KDE? I think gpart is the newer disk partitioning program for FreeBSD, replacing the older gpt still used in NetBSD and DragonFlyBSD. gpart in FreeBSD supports partition types suitable mainly for FreeBSD as opposed to more general, including Linux and other BSD. So I wouldn't expect to find gpart in Linux, though there is a more general gdisk, by Rod Smith: http://rodsbooks.com/gdisk/ But I don't think there is any GUI for gdisk. I believe the latest release is 0.8.5; gdisk is also in FreeBSD ports, latest version there being 0.8.2 as far as I know. Tom