logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mkdiskimage - Create a blank MS-DOS formatted hard disk image

Author

       mkdiskimage was written by H. Peter Anvin <hpa@zytor.com>.

       This manual page was written by Mats Erik Andersson <debian@gisladisker.se>.

5.00                                               2014-06-14                                     MKDISKIMAGE(1)

Description

       This  is  a  convenient  tool  to  generate  a  hard  disk  image,  pre-formatted according to the MS-DOS
       specification, and having stated properties.

       A disk image named file will be created, large enough  to  have  cyl  cylinders,  head  heads,  and  sect
       sectors. Using -M, the value of cyl will instead be interpreted as size in MBytes.

       Additional settings include ZIP type disks, FAT32 formatting, and the inclusion of an emulation header.

Homepage

       More information about the Syslinux project can be found on the homepage at <http://www.syslinux.org/>.

Name

mkdiskimage - Create a blank MS-DOS formatted hard disk image

Options

-4  Use the fourth partition table entry. This is the standard for ZIP-disks.

       -F  Format the partition using a FAT32 file system.

       -M  The argument cyl is given in Megabytes. Recalculate this to get the count in cylinders.

       -d  Add a DOSEMU header.

       -iid
           Specify the MBR identity field as id.

       -o  Print to stdout the file system offset.

       -z  Use a ZIP-disk geometry. This needs heads=64 and sect=32.

See Also

syslinux(1)

Synopsis

mkdiskimage [-doFMz4] [-i id] file cyl head sect

return

See Also