[Home]CPMDiskRead

JKWiki | RecentChanges | New Login | Login
This page is read-only | View other revisions

Read CP/M Disks

References

Hardware

Disk format

See also the collection of disk formats: http://www.herne.com/cpm/details.zip

PC Hardware

Software

cpmtools disk parameter

 sudo vi /usr/share/cpmtools/diskdefs

 diskdef televideo
  seclen 256
  tracks 80
  sectrk 18
  blocksize 2048
  maxdir 64
  skew 1
  boottrk 4
  os 2.2
 end

Read and copy data

E.g. for a Televideo TS803 disk ...

  1. Read image from floppy disk with tool cpmread (image name d1).
  2. Use cpmtools to list and copy the contents of the image.

 cpmread
 cpmls -f televideo -F d1
 mkdir DISK
 # copy all as binary (no conversion) ...
 cpmcp -f televideo -p 0:'*' DISK/*
 # copy and convert textfiles ...
 # -p keep timestamps, -t convert textformat
 cpmcp -f televideo -p -t 0:'*.txt' DISK/*


JKWiki | RecentChanges | New Login | Login
This page is read-only | View other revisions | login=<anonymous>
Last edited January 30, 2024 4:30 pm by JohannKlasek (diff)
Search: