From owner-freebsd-questions@FreeBSD.ORG Sat Jan 15 21:21:54 2005 Return-Path: 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 A4B9B16A4CE for ; Sat, 15 Jan 2005 21:21:54 +0000 (GMT) Received: from S2.cableone.net (smtp2.cableone.net [24.116.0.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6455543D1D for ; Sat, 15 Jan 2005 21:21:54 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.local.lan (unverified [24.119.123.89]) by S2.cableone.net (CableOne SMTP Service S2) with ESMTP id 7477424 for multiple; Sat, 15 Jan 2005 14:43:42 -0700 Date: Sat, 15 Jan 2005 15:20:58 -0600 From: Vulpes Velox To: Frank Staals Message-ID: <20050115152058.0c3024b0@vixen42.local.lan> In-Reply-To: <41E90D40.70000@zonnet.nl> References: <1105761003.669.17.camel@owl2> <41E8F9EA.2030900@orchid.homeunix.org> <41E90D40.70000@zonnet.nl> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 0, First 39, in=65, out=0, spam=0 X-External-IP: 24.119.123.89 X-Abuse-Info: Send abuse complaints to abuse@cableone.net cc: freebsd@orchid.homeunix.org cc: Sergei Gnezdov cc: freebsd-questions@freebsd.org Subject: Re: Software mirgration from Windows for my friend X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jan 2005 21:21:54 -0000 On Sat, 15 Jan 2005 12:32:00 +0000 Frank Staals wrote: > Karol Kwiatkowski wrote: > > > > > > > > >>- Virtual CD > >> > >> > > > >don't know this software > > > > > > > Virtual CD is a program to mount iso images if I'm correct ( just > like alcohol or deamontools ) you can just mount .iso files with > FreeBSD : man mount_cd9660 Last I checked, it required a bit more... you have to use mdconfig to create a device entry in /dev for the file so you can point mount at it.