From owner-freebsd-questions@FreeBSD.ORG Tue Jan 10 15:58:48 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 AA26316A41F for ; Tue, 10 Jan 2006 15:58:48 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B14E43D49 for ; Tue, 10 Jan 2006 15:58:47 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EwLtW-000Jlj-NG for freebsd-questions@freebsd.org; Tue, 10 Jan 2006 18:58:46 +0300 Received: from localhost.stc ([127.0.0.1] helo=sysadm.stc) by sysadm.stc with esmtp (Exim 4.54 (FreeBSD)) id 1EwLt4-00062y-Tx for freebsd-questions@freebsd.org; Tue, 10 Jan 2006 18:58:19 +0300 Received: (from igorr@localhost) by sysadm.stc (8.13.4/8.13.3/Submit) id k0AFwItW023231 for freebsd-questions@freebsd.org; Tue, 10 Jan 2006 18:58:18 +0300 (MSK) (envelope-from igorr) Date: Tue, 10 Jan 2006 18:58:17 +0300 From: Igor Robul To: freebsd-questions@freebsd.org Message-ID: <20060110155817.GC1117@sysadm.stc> References: <43C3D627.4040808@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C3D627.4040808@freebsd.org> User-Agent: Mutt/1.5.11 X-Archived: Yes Subject: Re: Virtual CD drive for FreeBSD? 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: Tue, 10 Jan 2006 15:58:48 -0000 On Tue, Jan 10, 2006 at 03:43:35PM +0000, Mark Ovens wrote: > Is there such a thing as a virtual CD drive in the Ports. Something that > allows you to treat an ISO image file - data or audio - as though it > were a real CD in a real drive? Like Nero ImageDrive in Windows. md(4) mdconfig -a -t vnode -f your_iso.iso then it prints name of device (in my case md1) then mount_cd9660 /dev/md1 /mnt and after you have finished umount /mnt mdconfig -d -u 1