Hello Warren,

On Fri, Oct 3, 2008 at 12:28 PM, Warren Liddell <[EMAIL PROTECTED]> wrote:

> Im looking for a GUI or command line that will allow me to extract
> information
> within an ISO file... im using FreeBSD 7.1-PRERELEASE KDE4.1.1 AMD64



 From the man page of mdconfig(8):
To mount an ISO 9660 CD image file:

# mdconfig -a -t vnode -u 10 -f cdimage.iso
# mount_cd9660 /dev/md10 /mnt

Afterwards you can access all the files within "cdimage.iso" as any other
files
in "/mnt".

To better understand what happens see
mdconfig(8)<http://www.freebsd.org/cgi/man.cgi?query=mdconfig&apropos=0&sektion=0&manpath=FreeBSD+7.0-RELEASE&format=html>man
page.

all the best,
v

>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to