home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAXES / OSDICRSS.FAX < prev    next >
Encoding:
Text File  |  1994-10-19  |  1.8 KB  |  61 lines

  1. OSDICRSS - CHKDSK REPORTS CROSSLINKED FILES
  2. 10/19/94
  3.  
  4.  
  5. ===============================================================
  6.         CHKDSK REPORTS CROSSLINKED FILES
  7. ===============================================================
  8.  
  9. Please Read Entire Document for Full Explanation of Procedures
  10. ----------------------------------------------------------------
  11.  
  12. SYMPTOMS:  Running CHKDSK from the diskettes or when starting
  13.            the system, reports crosslinked files.
  14.  
  15. RESOLUTION: The EA DATA.  SF file records the location of files
  16.             on the hard disk by their extended attributes.
  17.             Crosslinked files occur when two files are trying to
  18.             claim the same extended attribute.
  19.  
  20. PROCEDURES:
  21.  
  22.        1. Insert the installation diskette into drive A: and
  23.           press Ctrl+Alt+Del.
  24.  
  25.        2. When prompted, insert diskette 1 into drive A: and
  26.           press Enter.
  27.  
  28.        3. At the Welcome to OS/2 screen press Esc to go to a
  29.           command prompt.
  30.  
  31.        4. At the A: prompt type X:  and press Enter.
  32.        Where X: is the partition you are creating the temporary
  33.        directory on.
  34.  
  35.        5. Type:  MD TEMP
  36.  
  37.        6. Type:  CD TEMP
  38.  
  39.        7. Type the following to copy all the crosslinked files
  40.           into the new TEMP directory:
  41.              COPY X:\DIR\FILENAME.EXT
  42.              Where X: is the drive letter that contains the
  43.              crosslinked files.
  44.  
  45.        8. Delete the original files (not the copies you just
  46.           made).
  47.  
  48.        9. Insert diskette 2 into drive A: and type:
  49.                          CHKDSK X: /f
  50.           Where X: is the drive letter of the crosslinked
  51.           partition.
  52.  
  53.       10.  Copy the files back to their original location.
  54.  
  55.       11.  Delete all the files in the X:\TEMP directory.
  56.  
  57.       12.  Type CD..
  58.  
  59.       13.  Type RD TEMP.
  60.  
  61.