Date: Mon, 27 Nov 2000 10:25:55 -0500 From: Isetr0 Savi <isetr0@sevicron.com> To: wibble <wibble@obsidian.co.za> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Mounting CD images Message-ID: <20001127102555.A10514@sevicron.com> In-Reply-To: <3A2252B4.DC2B66CE@obsidian.co.za>; from wibble@obsidian.co.za on Mon, Nov 27, 2000 at 02:25:24PM %2B0200 References: <3A2252B4.DC2B66CE@obsidian.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 27, 2000 at 02:25:24PM +0200, wibble wrote: > Hi all.... > > I was wondering if it was possible to mount an ISO image of a CD.. I've > seen it done in Linux.. Does BSD have an equivalent ability? > > Ta > Warren Bell Not very difficult at all. Here are the commands necessary to do this: vnconfig /dev/vn0a cd_image.iso mount -t iso9660 /dev/vn0a /mnt/iso And that's it! There are a bunch of vn devices one could use. For more info, man vn man vnconfig isetr0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001127102555.A10514>