home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / cpmug / cpmug046.ark / DU_MAP.DOC < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.1 KB  |  34 lines

  1. INTERPRETATION OF DIRECTORY DATA PRESENTED BY THE DU PROGRAM
  2.  
  3.  
  4. The following explains the format of a CP/M directory entry
  5. as shown by DU, using either the "F" (find file) command,
  6. or just doing "D" (dump) of the directory sectors, which
  7. are located in groups 0 and 1 on a single density disk.
  8.         ----------------
  9. Sample result of "FSID.COM" command:
  10.  
  11. 40  00534944 20202020  20434F4D 0000003A  *.SID     COM...:*
  12. 50  33343536 3738393A  00000000 00000000  *3456789:........*
  13.  
  14. First line -
  15.  
  16. 40  00534944 20202020  20434F4D 0000003A  *.SID     COM...:*
  17. ||  |||                      |  ||    ||    |         |
  18. ||  ||^----hex file name-----^  ||    ||    ^file name^
  19. ||  ||                          ||    ||     in ASCII
  20. ||  ||                   extent-^^    ||
  21. ||  ||                                ||
  22. ||  ||           file size in sectors-^^
  23. ||  ||
  24. ||  ^^-00 = file active
  25. ||     E5 = file erased
  26. ^^-displacement of line in directory sector
  27.  
  28. Second line -
  29.  
  30. 50  33343536 3738393A  00000000 00000000  *3456789:........*
  31.     |                       |
  32.     |                       |
  33.     ^---allocation group numbers-------^
  34.