![]() ![]() | ![]() |
version 1.1, 2011/11/20 20:55:21 | version 1.2, 2012/02/05 07:14:36 |
---|---|
Line 1 | Line 1 |
**Contents** | **Contents** |
[[!toc]] | [[!toc]] |
# Introduction | # Introduction |
NetBSD lets you mount ISO images using the [vnd(4)](http://netbsd.gw.com/cgi-bin/man-cgi?vnd+4+NetBSD-current) disk driver. | NetBSD lets you mount ISO images using the [vnd(4)](http://netbsd.gw.com/cgi-bin/man-cgi?vnd+4+NetBSD-current) disk driver. |
The vnd driver provides a disk-like interface to a file. | The vnd driver provides a disk-like interface to a file. |
# Mounting the Image | # Mounting the Image |
# vnconfig vnd0 v7x86-0.8a.iso | # vnconfig vnd0 v7x86-0.8a.iso |
# mount -t cd9660 /dev/vnd0a /mnt | # mount -t cd9660 /dev/vnd0a /mnt |
# cd /mnt | # cd /mnt |
# ls | # ls |
COPYRIGHT README boot.cat v7x86-0.8a.tar version | COPYRIGHT README boot.cat v7x86-0.8a.tar version |
INSTALL RELNOTES boot.img v7x86intro.pdf | INSTALL RELNOTES boot.img v7x86intro.pdf |
# Unmounting the Image | # Unmounting the Image |
# umount /mnt | # umount /mnt |
# vnconfig -u vnd0 | # vnconfig -u vnd0 |
# Additional Information | # Additional Information |
* [vnd(4)](http://netbsd.gw.com/cgi-bin/man-cgi?vnd+4+NetBSD-current) Manpage | * [vnd(4)](http://netbsd.gw.com/cgi-bin/man-cgi?vnd+4+NetBSD-current) Manpage |
* [vnconfig(8)](http://netbsd.gw.com/cgi-bin/man-cgi?vnconfig+8+NetBSD-current) Manpage | * [vnconfig(8)](http://netbsd.gw.com/cgi-bin/man-cgi?vnconfig+8+NetBSD-current) Manpage |
* [mount(8)](http://netbsd.gw.com/cgi-bin/man-cgi?mount+8+NetBSD-current) Manpage | * [mount(8)](http://netbsd.gw.com/cgi-bin/man-cgi?mount+8+NetBSD-current) Manpage |
* [umount(8)](http://netbsd.gw.com/cgi-bin/man-cgi?umount+8+NetBSD-current) Manpage | * [umount(8)](http://netbsd.gw.com/cgi-bin/man-cgi?umount+8+NetBSD-current) Manpage |