Annotation of wikisrc/tutorials/how_to_mount_iso_images.mdwn, revision 1.1
1.1 ! mspo 1: **Contents**
! 2:
! 3: [[!toc]]
! 4:
! 5: # Introduction
! 6:
! 7: NetBSD lets you mount ISO images using the [vnd(4)](http://netbsd.gw.com/cgi-bin/man-cgi?vnd+4+NetBSD-current) disk driver.
! 8: The vnd driver provides a disk-like interface to a file.
! 9:
! 10: # Mounting the Image
! 11:
! 12: # vnconfig vnd0 v7x86-0.8a.iso
! 13: # mount -t cd9660 /dev/vnd0a /mnt
! 14: # cd /mnt
! 15: # ls
! 16: COPYRIGHT README boot.cat v7x86-0.8a.tar version
! 17: INSTALL RELNOTES boot.img v7x86intro.pdf
! 18:
! 19:
! 20: # Unmounting the Image
! 21:
! 22: # umount /mnt
! 23: # vnconfig -u vnd0
! 24:
! 25:
! 26: # Additional Information
! 27:
! 28: * [vnd(4)](http://netbsd.gw.com/cgi-bin/man-cgi?vnd+4+NetBSD-current) Manpage
! 29: * [vnconfig(8)](http://netbsd.gw.com/cgi-bin/man-cgi?vnconfig+8+NetBSD-current) Manpage
! 30: * [mount(8)](http://netbsd.gw.com/cgi-bin/man-cgi?mount+8+NetBSD-current) Manpage
! 31: * [umount(8)](http://netbsd.gw.com/cgi-bin/man-cgi?umount+8+NetBSD-current) Manpage
! 32:
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb