How do I handle failed to clear folder. Cannot remove following files?

Please manually delete the corresponding directory or file printed by the execution result and re-execute the migration item

How do I handle The decompress file path is too long?

The path where the current migration tool is too long, please reduce the length of the root directory of the migration tool to the specified length

How do I handle Node hasn't enough free space?

Please expand the remaining space of the corresponding partition of the node to the specified size according to the detailed information prompt

What Can I Do If the Windows Directory Is Being Used?

Question

How do I resolve the problem that the directory being used fails to be deleted when the source site runs Windows OS?

Possible Causes

  • The directory or its subdirectories are shared.
  • The directory or its subdirectories are open.
  • An application occupies the directory.
{% load static %}

Answer

  1. Verify that the directory and its subdirectories are not shared or open.
  2. Ensure that all applications irrelevant to the migration directory are closed.
  3. Check and end the process that occupies the directory.

    1. Choose Start, enter resmon.exe, and press Enter.

    2. Click CPU. In the Associated Handles area, enter the directory you want to search for, for example, D:\migrate.

    3. Select the PIDs of all processes that occupy the directory, right-click, and choose End Process from the shortcut menu.

  4. (Optional) If a black screen or blue screen is displayed after the processes are ended, the explorer process breaks down. Perform the following steps to rectify the fault:

    1. In the Resource Monitor window, choose File > Load Settings from the main menu.

    2. In the Run dialog box, enter cmd and press Enter.

    3. In the window that is displayed, enter the explorer.exe command and press Enter to restore the explorer process.