From owner-cvs-all@FreeBSD.ORG Fri May 18 21:09:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CE2C16A407; Fri, 18 May 2007 21:09:59 +0000 (UTC) (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 79E6213C4B7; Fri, 18 May 2007 21:09:58 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l4IKs3C5019350 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 18 May 2007 23:54:10 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l4IKrfNK036127; Fri, 18 May 2007 23:53:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l4IKrfbw036126; Fri, 18 May 2007 23:53:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 18 May 2007 23:53:40 +0300 From: Giorgos Keramidas To: Kris Kennaway Message-ID: <20070518205340.GA36079@kobe.laptop> References: <200705181357.l4IDvHIP099048@repoman.freebsd.org> <20070518204131.GA50910@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070518204131.GA50910@xor.obsecurity.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.524, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.68, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2007 21:09:59 -0000 On 2007-05-18 16:41, Kris Kennaway wrote: >On Fri, May 18, 2007 at 01:57:17PM +0000, Giorgos Keramidas wrote: >> keramida 2007-05-18 13:57:17 UTC >> >> FreeBSD src repository (doc committer) >> >> Modified files: >> sbin/mdconfig mdconfig.8 >> Log: >> Add an example which shows how mdconfig(8) can be used >> to mount an ISO 9660 CD image file. >> >> PR: 112691 >> Submitted by: Warren Block, wblock at wonkity.com >> MFC after: 3 days > > An interesting trick is that bsdtar can read ISO files without needing > to mount them - I wonder if a cross-reference is appropriate. Good idea. I don't know right now of a good way to reference bsdtar, but maybe we can extend the sample with something like: The bsdtar(1) utility can also be used to peek into ISO 9660 CD images, or even to ``extract'' files from them. or would a reference like this be more appropriate to mount_cd9660(1), in a part of the manpage which points to mdconfig(8) and bsdtar(1)? - Giorgos