Annotation of wikisrc/tutorials/how_to_mount_iso_images.mdwn, revision 1.4
1.2 schmonz 1: **Contents**
2:
3: [[!toc]]
4:
5: # Introduction
6:
1.4 ! kim 7: NetBSD lets you mount ISO images using the [[!template id=man name="vnd" section="4"]] disk driver.
1.2 schmonz 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:
1.4 ! kim 28: * [[!template id=man name="vnd" section="4"]] Manpage
! 29: * [[!template id=man name="vnconfig" section="8"]] Manpage
! 30: * [[!template id=man name="mount" section="8"]] Manpage
! 31: * [[!template id=man name="umount" section="8"]] Manpage
1.2 schmonz 32:
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb