Utility to extract iso files without burning

Valentin Bud valentin.bud at gmail.com
Fri Oct 3 10:56:59 UTC 2008


Hello Warren,


On Fri, Oct 3, 2008 at 12:28 PM, Warren Liddell <shinjii at maydias.com> 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list