Wednesday, October 14, 2009

mount iso image via loopback under NetBSD

Mounting



# vnconfig vnd0 image.iso
# mount -t cd9660 /dev/vnd0a /mnt


Unmounting



# umount /mnt
# vnconfig -u vnd0



(Found here)

No comments:

Post a Comment