1: **Contents**
2:
3: [[!toc]]
4:
5: # Introduction
6:
7: NetBSD lets you mount ISO images using the [[!template id=man name="vnd" section="4"]] 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: * [[!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
32:
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb