DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Mounting ISO images under freebsd | FreeBSD | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

1 comment

  • In FreeBSD 5.x things have changed, images are mounted as memory disks:

    Configure memory disk:
    <font color="green">
    $ mdconfig -a -t vnode -f image.iso
    </font>
    Mount the memory disk:
    <font color="green">
    $ mount -r -t cd9660 /dev/md0 /mnt
    </font>
    Clear the memory disk:
    <font color="green">
    $ mdconfig -d -u md0
    </font>

Add New Comment

Returning? Login