Date: Thu, 15 May 2003 12:39:54 +1000 From: Greg Lane <greg.lane@internode.on.net> To: freebsd-questions@freebsd.org Subject: Re: How can I mount a cdrom .bin file? Message-ID: <20030515023954.GB80240@localhost.bigpond.net.au> In-Reply-To: <3EC2F97E.7040702@vagner.com> References: <BAY7-F45nEHVKd7IRaP0001fd33@hotmail.com> <20030515013732.GL4390@wantadilla.lemis.com> <3EC2F97E.7040702@vagner.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, See earlier in the thread for one method (which I have never personally tried) or do the following which I normally use: vnconfig /dev/vn0c /path/to/cd1.iso mount -t cd9660 /dev/vn0c /mnt To unmount: umount /mnt vnconfig -u /dev/vn0c Obviously the man page for vnconfig will be of interest to you! Cheers, Greg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030515023954.GB80240>