Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2005 20:43:51 -0500
From:      Mike Hauber <m.hauber@mchsi.com>
To:        freebsd-questions@freebsd.org
Cc:        tfcheng@yahoo.com
Subject:   Re: extract iso image
Message-ID:  <200502222043.52605.m.hauber@mchsi.com>
In-Reply-To: <20050223011425.58994.qmail@web51010.mail.yahoo.com>
References:  <20050223011425.58994.qmail@web51010.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 22 February 2005 08:14 pm, T.F. Cheng wrote:
> hi, I am not sure if I am doing the right thing. I
> want to extract an downloaded isoimage by first
> mounting it. I tried: mount -t iso9660 -o loop
> image.iso /mnt but turns out I don't have
> mount_iso9660 under /sbin, only mount_cd9660. Is there
> any other way to do this? I am running
> freebsd5.3/i386. Thanks!
>
>
> =====
> Best Regards,
>
> Tsu-Fan Cheng
>

I could be doing things the hard way, but I thought you had to 
first configure the md?  For instance, I pulled the following 
commands from history (just recently upgraded my firewall):

mdconfig -a -t vnode -f /dat1/ISO/obsd_36.iso -u 0
mount_cd9660 /dev/md0 /mnt

HTH,

Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502222043.52605.m.hauber>