home *** CD-ROM | disk | FTP | other *** search
/ The Don Maslin Archive / maslin_archive.zip / AARDVARK_Tape_Backups / maslin_c_d_3oct95 / ddrive / ibex / du#map.doc < prev    next >
Text File  |  1993-01-15  |  1KB  |  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.