From owner-freebsd-questions@FreeBSD.ORG Sun Feb 12 16:23:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E72716A420 for ; Sun, 12 Feb 2006 16:23:29 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 765B743D48 for ; Sun, 12 Feb 2006 16:23:27 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a236.otenet.gr [212.205.215.236]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1CGN2dx021208 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2006 18:23:13 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1CGMs8p001119; Sun, 12 Feb 2006 18:22:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1CGMrPs001116; Sun, 12 Feb 2006 18:22:53 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 12 Feb 2006 18:22:53 +0200 From: Giorgos Keramidas To: gs_stoller@juno.com Message-ID: <20060212162252.GA972@flame.pc> References: <20060211.190237.29586.250540@webmail65.nyc.untd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060211.190237.29586.250540@webmail65.nyc.untd.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.316, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.88, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: (no subject) 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, 12 Feb 2006 16:23:29 -0000 On 2006-02-12 03:02, "gs_stoller@juno.com" wrote: > I would like to have the source code of (the set of) programs > that can "read from"/"write to" any sector of a disk without a > file-system, think of them as the disk i/o programs that underly the > file-system. [...] I don't really understand what it is you're looking for, but the source code for *all* the FreeBSD `programs' is available at: http://cvsweb.freebsd.org/ It's also available through FTP, CVS, CVSup and is distributed as part of the official release CD-ROMs. You can look for yourself, any time :)