|
||||||||||
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 > > > |