SYNOPSIS
vcdmount [-m] [-u] [imagefile]
DESCRIPTION
vcdmount is a utility to mount an ISO image as a virtual CD drive under
Linux.
It is similar to Windows programs such as Nero ImageDrive, but is
compatible with most POSIX systems.
When given the name of an existing image file, vcdmount will mount it
as a virtual cd to /media/vcd. For example, to mount an image called
image.iso, one would type:
vcdmount -m image.iso
Similarly, to unmount an image, one would type:
vcdmount -u
Images mounted with vcdmount are read only and cannot be edited.
OPTIONS
-m,--mount
Mounts an ISO image as a virtual CD.
-u,--umount
Unmounts a mounted ISO image.
-h,--help
Displays the vcdmount usage.