From owner-freebsd-questions@FreeBSD.ORG Tue Jan 18 08:19:23 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 2972716A4CE for ; Tue, 18 Jan 2005 08:19:23 +0000 (GMT) Received: from szamoca.krvarr.bc.ca (s142-179-111-232.bc.hsia.telus.net [142.179.111.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7FA243D46 for ; Tue, 18 Jan 2005 08:19:22 +0000 (GMT) (envelope-from sandy@krvarr.bc.ca) Received: from szamoca.krvarr.bc.ca (localhost [127.0.0.1]) by szamoca.krvarr.bc.ca (8.13.1/8.12.11) with ESMTP id j0I8JKBe037466 for ; Tue, 18 Jan 2005 00:19:20 -0800 (PST) (envelope-from sandy@szamoca.krvarr.bc.ca) Received: (from sandy@localhost) by szamoca.krvarr.bc.ca (8.13.1/8.12.11/Submit) id j0I8JHNW037463; Tue, 18 Jan 2005 00:19:17 -0800 (PST) (envelope-from sandy) From: Sandy Rutherford MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16876.50821.310509.22982@szamoca.krvarr.bc.ca> Date: Tue, 18 Jan 2005 00:19:17 -0800 To: freebsd-questions@freebsd.org In-Reply-To: <20050117161015.3009a617@vixen42.local.lan> References: <1105761003.669.17.camel@owl2> <41E8F9EA.2030900@orchid.homeunix.org> <41E90D40.70000@zonnet.nl> <20050115152058.0c3024b0@vixen42.local.lan> <16875.39625.182375.873896@szamoca.krvarr.bc.ca> <20050117161015.3009a617@vixen42.local.lan> X-Mailer: VM 7.07 under Emacs 21.3.1 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: Tue, 18 Jan 2005 08:19:23 -0000 >>>>> On Mon, 17 Jan 2005 16:10:15 -0600, >>>>> Vulpes Velox said: > On Mon, 17 Jan 2005 03:00:25 -0800 > Sandy Rutherford wrote: >> >>>>> On Sat, 15 Jan 2005 15:20:58 -0600, >> >>>>> Vulpes Velox said: >> >> >> 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. >> >> Yes, this is true. >> >> Sergei, this should do the job for you and your friend. I have only >> used this up to FreeBSD 4.10. Therefore, if vnode support is >> different in 5.x, it may need some updating. > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html > Look at 16.6.2, for info on mounting a file and a example of both. Looks like I'll have to update my script to use mdconfig when I migrate to 5.x. The syntax for loop fs mounts (which is what Linux, IRIX, & Solaris call them --- not sure what "vn" or "md" stand for in FreeBSD) varies unbelievably between "unix flavours". I wrote the script, because I could never remember the syntax of the day. I work in a FreeBSD/OpenBSD/Linux/Solaris/IRIX environment. ...Sandy