|
||||||||||
OS X is a BSD variant I think - right? I think you need to look at man vnconfig. You use vnconfig to create a virtual device associated with a file image, and a mount point. Think it's in the FreeBSD handbook that way too. m/ > -----Original Message----- > From: Michael Stearne [mailto:mstearne at entermix dot com] > Sent: Tuesday, August 17, 2004 8:45 PM > To: Brian Degenhardt > Cc: m0n0wall at lists dot m0n0 dot ch > Subject: Re: [m0n0wall] Mounting m0n0wall img as a filesystem? > > > On OS X I get: > > cdrom-1.1b17.iso on /tmp/m0n0: Block device required > > Is it a problem with OS X? > > Michael > > On Aug 17, 2004, at 7:38 PM, Brian Degenhardt wrote: > > > On Tue, 2004-08-17 at 15:20, Andrew Greenwood wrote: > >> Is it possible to mount a m0n0wall img file as a file system under > >> Linux? If not, can it be done under BSD? > > > > Change filenames where acceptable. > > > > for HD/CF images (as root): > > > > mkdir /mnt/m0n0 > > gunzip -S .img generic-pc-1.1b17.img > > mount -o loop,ufstype=44bsd,ro -t ufs generic-pc-1.1b15 /mnt/m0n0 > > > > > > for ISO images: > > > > mkdir /mnt/m0n0 > > mount -o loop cdrom-1.1b17.iso /mnt/m0n0 > > > > > > cheers > > -bmd > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch > > For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch > For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch > > |