From owner-cvs-src@FreeBSD.ORG Sun Jan 2 21:32:55 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25A716A4CE; Sun, 2 Jan 2005 21:32:54 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C49B43D46; Sun, 2 Jan 2005 21:32:54 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id j02LTJ95035607; Sun, 2 Jan 2005 16:29:19 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)j02LTJSQ035604; Sun, 2 Jan 2005 21:29:19 GMT (envelope-from robert@fledge.watson.org) Date: Sun, 2 Jan 2005 21:29:19 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Peter Jeremy In-Reply-To: <20050102212028.GA34222@cirb503493.alcatel.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_read_support_format_iso9660.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 21:32:55 -0000 On Mon, 3 Jan 2005, Peter Jeremy wrote: > On Sun, 2005-Jan-02 12:14:02 +0000, Robert Watson wrote: > >On Sun, 2 Jan 2005, Tim Kientzle wrote: > >> First cut support for extracting from ISO9660 disk images. > >> This seems to be able to extract a TOC and extract files from > >> the couple of ISO images I've tested it with. > ... > >Very cool -- finally we can extract files from install CD's without root > >privilege :-). This will be very useful. > > I agree that Tim's efforts will be useful but it's already possible for > non-root users to mount CD's as long as: > - vfs.usermount = 1 > - They can read the appropriate /dev/*cd* > - They have /sbin in their $PATH > - They own the directory they are trying to mount over. I meant specifically an ISO image, and not a CD. Right now if you pull down an ISO, say an earlier version of FreeBSD, a Linux CD, or whatever, and want to extract it, you either have to burn it or mdconfig it into a device node that can be mounted. Robert N M Watson