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