1MKFS.CPM(1)                      User commands                     MKFS.CPM(1)
2
3
4

NAME

6       mkfs.cpm - make a CP/M file system
7

SYNOPSIS

9       mkfs.cpm [-f format] [-b boot] [-L label] image
10

DESCRIPTION

12       mkfs.cpm makes a CP/M file system on an image file or device.
13

OPTIONS

15       -f format
16              Use the given CP/M disk format instead of the default format.
17
18       -b bootblock
19              Write  the  contents  of the file bootblock to the system tracks
20              instead of filling them with 0xe5.  This option can be  used  up
21              to  four  times.   The file contents (typically boot block, CCP,
22              BDOS and BIOS) are written to sequential sectors,  padding  with
23              0xe5 if needed.
24
25       -L label
26              Label the file system.  This is only supported by CP/M Plus.
27

RETURN VALUE

29       Upon successful completion, exit code 0 is returned.
30

ERRORS

32       Any errors are indicated by exit code 1.
33

FILES

35       /usr/share/cpmtools/diskdefs  CP/M disk format definitions
36

AUTHORS

38       This  program is copyright 1997–2009 Michael Haardt <michael@moria.de>.
39       The   Windows   port   is   copyright   2000,   2001    John    Elliott
40       <jce@seasip.demon.co.uk>.
41
42       This program is free software; you can redistribute it and/or modify it
43       under the terms of the GNU General Public License as published  by  the
44       Free  Software Foundation; either version 3 of the License, or (at your
45       option) any later version.
46
47       This program is distributed in the hope that it  will  be  useful,  but
48       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
49       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  General
50       Public License for more details.
51
52       You should have received a copy of the GNU General Public License along
53       with this program.  If not, write  to  the  Free  Software  Foundation,
54       Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
55

SEE ALSO

57       fsck.cpm(1), cpmls(1), mkfs(1), cpm(5)
58
59
60
61CP/M tools                     December 20, 2009                   MKFS.CPM(1)
Impressum