home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #6 / CDA_6.iso / shell / utils / disked29.arj / MANUAL.ZIP / FAQ.TXT < prev    next >
Encoding:
Text File  |  1995-03-18  |  1.6 KB  |  43 lines

  1. sub-tile=Frequently Asked Questions
  2.  
  3. 0. What is DISKED?
  4.  
  5.    DISKED is a DISK EDitor for MS-DOS(tm).  It was originally created
  6.    to recover erased file data and to edit disk sectors directly and
  7.    has grown to a very powerful disk utility.
  8.  
  9.  
  10. 1. Some commands don't seem to work.  Like those dealing with files.
  11.  
  12.    DISKED defaults to not index the files on the disk.  To index
  13.    all of the files (which can take a few seconds on large drives)
  14.    you need do one of three things: 1) add an entry of "files yes" in
  15.    the DISKED.INI file, 2) press Alt+F and then ^L from within DISKED,
  16.    3) add a " +f" on the command line.
  17.  
  18.  
  19. 2. I get the message "write not enabled" when I try and write a
  20.    sector to the disk.
  21.  
  22.    DISKED has two levels of enabling sector writes.  An entry
  23.    *must* exist in the DISKED.INI file of "write yes" AND you *must*
  24.    type Alt+W (or zw) to enable it from with DISKED.
  25.  
  26.  
  27. 3. Can DISKED damage my drive?
  28.  
  29.    Only if you tell it to!  Seriously, DISKED can let you overwrite
  30.    the BOOT sector, the FAT sectors, or directories.  You must know
  31.    what you are doing in these areas.  DISKED will beep and warn you
  32.    and always ask for confirmation when attempting to write those
  33.    sectors.  I thought of disabling this feature but there just might
  34.    be a time when this is wanted so I left it in.  See FAQ #2.
  35.  
  36.  
  37. 4. Why does DISKED show a different number for the drive size than
  38.    other programs like CHKDSK?
  39.  
  40.    DISKED calculates the drive size as the data space plus the
  41.    ROOT directory area, the FAT area(s), and the BOOT sector.
  42.    Some other programs will display just the data space.
  43.