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
22 Upon successful completion, exit code 0 is returned.
23
25 Any errors are indicated by exit code 1.
26
28 /usr/share/cpmtools/diskdefs CP/M disk format definitions
29
31 This program is copyright 1997–2009 Michael Haardt <michael@moria.de>.
32 The Windows port is copyright 2000, 2001 John Elliott
33 <jce@seasip.demon.co.uk>.
34
35 This program is free software; you can redistribute it and/or modify it
36 under the terms of the GNU General Public License as published by the
37 Free Software Foundation; either version 3 of the License, or (at your
38 option) any later version.
39
40 This program is distributed in the hope that it will be useful, but
41 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
42 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
43 Public License for more details.
44
45 You should have received a copy of the GNU General Public License along
46 with this program. If not, write to the Free Software Foundation,
47 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
48
50 fsck.cpm(1), mkfs.cpm(1), cpmls(1), cpm(5)
51
52
53
54CP/M tools December 20, 2009 FSED.CPM(1)