version 1.3, 2020/09/08 21:05:59
|
version 1.4, 2020/09/09 14:28:56
|
Line 4
|
Line 4
|
|
|
# Introduction |
# Introduction |
|
|
NetBSD lets you mount ISO images using the [vnd(4)](//man.NetBSD.org/vnd.4) disk driver. |
NetBSD lets you mount ISO images using the [[!template id=man name="vnd" section="4"]] 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 |
Line 25 The vnd driver provides a disk-like inte
|
Line 25 The vnd driver provides a disk-like inte
|
|
|
# Additional Information |
# Additional Information |
|
|
* [vnd(4)](//man.NetBSD.org/vnd.4) Manpage |
* [[!template id=man name="vnd" section="4"]] Manpage |
* [vnconfig(8)](//man.NetBSD.org/vnconfig.8) Manpage |
* [[!template id=man name="vnconfig" section="8"]] Manpage |
* [mount(8)](//man.NetBSD.org/mount.8) Manpage |
* [[!template id=man name="mount" section="8"]] Manpage |
* [umount(8)](//man.NetBSD.org/umount.8) Manpage |
* [[!template id=man name="umount" section="8"]] Manpage |
|
|