Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mic-image-convertor(1) [debian man page]

MIC-IMAGE-CONVERTOR(1)					      General Commands Manual					    MIC-IMAGE-CONVERTOR(1)

NAME
mic-image-convertor - Convert a virtual machine image to a live image SYNOPSIS
mic-image-convertor [options] DESCRIPTION
mic-image-convertor can convert a virtual machine image to a live image, this is specially for developers, they will use VMWare player or KVM or VirtualBox to run this image and do some changes in place, then they convert this changed image to a live image to run in a real device. mic-image-manager has a GUI tool for mic-image-convertor, you can use it if you prefer to use GUI instead of command line. General OPTIONS --version show version number and exit -h, --help show this help message and exit -F SRCFORMAT, --source-format=SRCFORMAT Source image format, possible values are: raw, vmdk or vdi (default: automatically detect image type). -I SRCIMG, --source-image=SRCIMG Source image which was created by mic-image-creator or an image file system. -T DSTFORMAT, --target-format=DSTFORMAT Target image format, possible values are: livecd and liveusb -t TMPDIR, --tmpdir=TMPDIR Temporary directory to use (default: /var/tmp) -o OUTDIR, --outdir=OUTDIR Output directory to use (default: current work dir) -S SUFFIX, --suffix=SUFFIX Image name suffix (default: date stamp) OPTIONS For Live USB -i, --interactive Directly write into a USB disk. --fstype=FSTYPE File system type for live USB image, ext3 or vfat, the default is vfat. --overlay-size-mb=OVERLAYSIZEMB Overlay size in MB as unit, it means how size changes you can save in your live USB disk. Debug OPTIONS -d, --debug Output debugging information -v, --verbose Output verbose progress information --logfile=FILE Save debug information to FILE EXAMPLES
Convert a VMWare image to a live CD image: mic-image-convertor -I your-vmware-image.vmdk -T liveusb EXIT STATUS
mic-image-convertor returns a zero exist status if it succeeds, otherwise return non-zero and print error message. AUTHOR
Yi Yang, Anas Nashif, Jianfeng Ding SEE ALSO
mic-image-creator(1), mic-chroot(1), mic-image-writer(1), mic-livecd-iso-to-disk(1), mic-image-manager(1) perl v5.12.3 2011-05-31 MIC-IMAGE-CONVERTOR(1)

Check Out this Related Man Page

c1541(1)						      General Commands Manual							  c1541(1)

NAME
c1541 - a stand alone disk image maintenance program SYNOPSIS
c1541 [options] [image] DESCRIPTION
c1541 is a stand alone program that can be used for D64, D71, D81, X64 and G64 disk image file maintenance. It is part of the VICE emula- tor. c1541 can be used both in interactive and batch mode. It will start in interactive mode if no images and no options are specified or if one image is specified; when started in interactive mode, command line editing and command history are available. Each command line option for use in batch mode has an interactive mode counterpart, that is shown in parenthesis. -attach image (attach image) attach image for use. All consequent commands in interactive mode will refer to this image. -detach image (detach image) detach image from c1541. -format image (format image 'name,id') format the disk image image with the specified label. image is created if it does not exist. -delete image files... (delete files...) delete files from image -list image (list) list directory of image. -validate image (validate) validate mage. -copy image oldname1 [oldname2...] newname (copy oldname1 [oldname2...] newname) concatenate oldname1, oldname2... into newname on image (can be used to copy files). -create image dump ['descr'] (create image dump ['descr'] build image from raw dump file dump (i.e. convert from D64 to X64 file). -tape image tapeimage [files...] (tape image tapeimage [files...]) transfer files from tapeimage to image (default is all files). -read image 1541name [fsname] (read 1541name [fsname]) extract 1541name from the disk image into fsname (1541name by default) from image. -extract image (extract). extract all files from image. -write image fsname [1541name] (write fsname [1541name]) write fsname to image as 1541name (fsname by default). (works with P00 files as well). -block [drive:] [track] [sector] [disp] (block [drive:] [track] [sector] [disp]) show disk blocks in hex format. -info image ['descr'] (info ['descr']) show version information about image. When more than one command is specified in batch mode, all of them are executed in the same order they have on the command line. If you use - as a file name, it stands for stdin or stdout. SEE ALSO
VICE(1), petcat(1) AUTHORS
Teemu Rantanen <tvr@cs.hut.fi> Ettore Perazzoli <ettore@comm2000.it> Andreas Boose <boose@linux.rz.fh-hannover.de> Jouko Valta <jopi@stekt.oulu.fi> with improvements by Olaf Seibert <rhialto@mbfys.kun.nl> Gerhard Wesp <gwesp@cosy.sbg.ac.at> VICE
January 1999 c1541(1)
Man Page