File:  [NetBSD Developer Wiki] / wikisrc / tutorials / how_to_mount_iso_images.mdwn
Revision 1.3: download - view: text, annotated - select for diffs
Tue Sep 8 21:05:59 2020 UTC (2 years, 8 months ago) by kim
Branches: MAIN
CVS tags: HEAD
Use man.NetBSD.org. Fix some broken links while here.

    1: **Contents**
    2: 
    3: [[!toc]]
    4: 
    5: #  Introduction
    6: 
    7: NetBSD lets you mount ISO images using the [vnd(4)](//man.NetBSD.org/vnd.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:   * [vnd(4)](//man.NetBSD.org/vnd.4) Manpage 
   29:   * [vnconfig(8)](//man.NetBSD.org/vnconfig.8) Manpage 
   30:   * [mount(8)](//man.NetBSD.org/mount.8) Manpage 
   31:   * [umount(8)](//man.NetBSD.org/umount.8) Manpage 
   32: 

CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb