From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 22:10:22 2009 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 985261065670 for ; Sun, 25 Jan 2009 22:10:22 +0000 (UTC) (envelope-from alekar2009@gmail.com) Received: from mail-gx0-f33.google.com (mail-gx0-f33.google.com [209.85.217.33]) by mx1.freebsd.org (Postfix) with ESMTP id 54C508FC19 for ; Sun, 25 Jan 2009 22:10:22 +0000 (UTC) (envelope-from alekar2009@gmail.com) Received: by gxk14 with SMTP id 14so2867607gxk.19 for ; Sun, 25 Jan 2009 14:10:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=eDu1/lg6LlDaG14yOOtB3Ypwwj1XS1X0t/qoyZ2+8wY=; b=KIQzQVu2dXoe+Md07l2504BaXHHb5uWamAwX4oh2syq30MCbjPe2gtm9pvp8DdSIDS cbLMDWDaskkMA47lNG0tPZ+1Sa/mKrSprucxmg1jJt7FzRvyGLfqlkI3D1PKhYMKY8Fk 4sUJLLEbtAMYugmiAQ+vTtRCggPYfslWWKcb0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Q7Oqm9ZHbmdc5GXf7whivdv+hgms2eR2PbQ1zRVV6e1Mo+FxTkdtAM460bhtO4pDdn EQF4bCd6iduv3v+APXha4/SRctGlxO7uIMdhFzyFviPp/brbb/iNUfNokeid0fYRTinX zA08ZV4pChBg5yj5UBXmZiIRRg5/4ypSbIVSY= MIME-Version: 1.0 Received: by 10.151.101.20 with SMTP id d20mr144518ybm.75.1232920305820; Sun, 25 Jan 2009 13:51:45 -0800 (PST) Date: Sun, 25 Jan 2009 23:51:45 +0200 Message-ID: <700ff07a0901251351t629b9606g260447b4cbaef00b@mail.gmail.com> From: Alex Karpovic To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: hex editors, disk info 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: Sun, 25 Jan 2009 22:10:22 -0000 Friends, I need a hex editor able to work directly with disks, preferably those, which can be started without X. I tried hexcurse, chexedit, bpatch - and it seems that they are unable to open /dev/something. Also, I would like to know about a tool to show low-level disk information. For example, how can I see a number of sectors available?