Plesk

Plesk is not accessible: The file or directory is corrupted and unreadable

Symptoms

Cause

Windows filesystem corruption on the drive that contains the Plesk installation files. The native Windows OS command chkdsk reports issues on disk C where Plesk is installed:

C:> chkdsk C:
The type of the file system is NTFS.
WARNING! /F parameter not specified.
Running CHKDSK in read-only mode.
Stage 1: Examining basic file system structure ...
Attribute record (80, "") from file record segment 47AF6
is corrupt.
Attribute record (80, "") from file record segment 47C6A
is corrupt.
Attribute record (80, "") from file record segment 7B7AD
is corrupt.
837888 file records processed.
File verification completed.
File record segment 6134 is an orphan.
File record segment 6137 is an orphan.
File record segment 16545 is an orphan.
File record segment 16547 is an orphan.
File record segment 16730 is an orphan.
File record segment 16732 is an orphan.
File record segment 16733 is an orphan.
File record segment 16738 is an orphan.
14477 large file records processed.
Errors found. CHKDSK cannot continue in read-only mode.

Resolution

  1. Connect to the server via RDP.

  2. Run Command Prompt as the Administrator

  3. Scan the file system for errors and fix them by executing the following command:

    C:> chkdsk c: /f /v /r

Note: More information about the general usage of the chkdsk command and its purpose is available in the official chkdsk | Microsoft Learn article

Exit mobile version