1FSED.CPM(1) User commands FSED.CPM(1)
2
3
4
6 fsed.cpm - edit a CP/M file system
7
9 fsed.cpm [-f format] image
10
12 fsed.cpm edits a CP/M file system on an image file or device. It knows
13 about the system, directory and data area, using sector skew on the
14 last two. Directory entries are decoded. The interactive usage is
15 self-explanatory.
16
18 -f format
19 Use the given CP/M disk format instead of the default format.
20
21 -T libdsk-type
22 libdsk driver type, e.g. tele for Teledisk images or raw for raw
23 images (requires building cpmtools with support for libdsk).
24
26 Upon successful completion, exit code 0 is returned.
27
29 Any errors are indicated by exit code 1.
30
32 CPMTOOLSFMT Default format
33
35 /usr/share/cpmtools/diskdefs CP/M disk format definitions
36
38 This program is copyright 1997–2012 Michael Haardt <michael@moria.de>.
39 The Windows port is copyright 2000, 2001, 2011 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
57 fsck.cpm(1), mkfs.cpm(1), cpmls(1), cpm(5)
58
59
60
61CP/M tools October 25, 2014 FSED.CPM(1)