Table of Contents
Fix 1 – Run the CHKDSK *: /f /r /x command
修复 4 – 检查所有进程和应用程序是否已关闭
修复 5 – 在您的系统上执行 SFC 扫描
Home Common Problem Fix - CHKDSK cannot continue in read-only mode [Resolved]

Fix - CHKDSK cannot continue in read-only mode [Resolved]

Apr 17, 2023 pm 03:55 PM
chkdsk Technology News command prompt

If there is any problem with the hard drive causing any problem, CHKDSK command is executed on the system to scan for any errors and repair and repair them properly.

But recently, we have received many reports from Windows users that when they are unable to perform CHKDSK operations on their system hard drive, they receive an error message that says "CHKDSK cannot continue in read-only mode" ” and the operation stops immediately.

There may be many reasons for this error message when running the chkdsk command, and these reasons are listed below.

  • Corrupted system data files in the system.
  • Corrupted/damaged hard drive.
  • The file or drive is currently in use by software or applications installed on the system.
  • Some services/applications are still running in the background.

In this article, we will guide users on how to resolve this chkdsk not continuing in read-only mode issue on their Windows PC.

If you also face this problem, don’t worry! Read on to learn more.

Workaround – You can try running the chkdsk command in recovery mode with Safe Boot by referring to this article by Click here.

Fix 1 – Run the CHKDSK *: /f /r /x command

Some users claim to have resolved the CHKDSK not continuing in read-only mode issue by running this command on their systems . Therefore, we strongly recommend our users to run this command using the steps explained below.

Step 1: Press the Windows and R keys simultaneously to open the Run Command box.

Step 2: Once open, type cmd and press the Ctrl, Shift and Enter keys simultaneously to become an administrator ##Open the Command Prompt application.

Step 3: Continue accepting any UAC prompts on the screen by clicking

Yes.

Fix - CHKDSK cannot continue in read-only mode [Resolved]

Step 4: Once the Command Prompt application opens, type the following in the Command Prompt and press the

Enter key.

chkdsk *: /f /r /x
Copy after login

NOTE – You need to replace the * symbols with the drive letter you want to run the command on (example: C, D, E, etc.).

Fix - CHKDSK cannot continue in read-only mode [Resolved]

Step 5: This will start checking the drive for any file errors and once the process is completed, you can close the Command Prompt application.

NOTE – If you are using the C: drive to execute the chkdsk command, press Y and then Enter. This will reboot the system and when the system boots, it will execute the chkdsk command.

Step 6: Restart your system and see if that helps.

Fix 2 – Perform CHKDSK operation on system restart

Sometimes the chkdsk operation does not work on the system if the C: drive is selected because it is currently in use by the system operating system, and Can be run on system restart. Therefore, you can schedule the chkdsk operation after the system begins to reboot.

Follow the steps below to learn how to schedule chkdsk operations using an elevated command prompt.

Step 1: Press the

Win R keys simultaneously on your keyboard, then type cmd in the run command box that appears on the screen.

Step 2: Next, press the

Ctrl Shift Enter keys simultaneously.

Fix - CHKDSK cannot continue in read-only mode [Resolved]

Step 3: Attempt to open an elevated Command Prompt window

only after you accept the on-screen UAC prompt by clicking Yes.

Step 4: Type the following lines into the Command Prompt window and press

Enter.

chkdsk /r C:
Copy after login

Step 5: This will display a message "Chkdsk cannot be run because the volume is in use by another process. Do you want to schedule this volume to be checked the next time the system restarts? (Y/N) ".

Step 6: Enter

Y and press Enter.

Fix - CHKDSK cannot continue in read-only mode [Resolved]

Step 7: Now you can close the command prompt window and next time you restart your system, it will check the disk.

Fix 3 – Clear the read-only attribute in Diskpart

The main reason why chkdsk cannot continue in read-only mode is because the file or volume is set to read-only mode. We have explained below the method on how to remove write protection using disk section.

Step 1: Press the

Windows R key to open the "Run" command box.

Step 2: Enter

cmd and press the Ctrl Shift Enter key at the same time.

Fix - CHKDSK cannot continue in read-only mode [Resolved]

Step 3: Continue to accept the on-screen UAC prompt by clicking Yes.

Step 4: Type

diskpart and press Enter.

Fix - CHKDSK cannot continue in read-only mode [Resolved]

步骤 5:现在它将进入DISKPART模式。

第6步:如下所示,一一执行下面给出的这些行。

列出磁盘
Copy after login
选择磁盘 1
Copy after login

注意– 您可以将磁盘 1 替换为命令提示符上显示的数字。

列表分区
Copy after login
选择分区 1
Copy after login

注意 – 您需要将分区 1 替换为命令提示符上显示的数字。

属性磁盘清除只读
Copy after login

Fix - CHKDSK cannot continue in read-only mode [Resolved]

第 7 步:现在您可以关闭命令提示符窗口并尝试在您的系统上运行 chkdsk,看看这是否有效。

修复 4 – 检查所有进程和应用程序是否已关闭

如果任何系统或数据文件被应用程序或进程占用,那么它将中断 chkdsk 操作并抛出上述错误消息。因此,在尝试检查系统上的磁盘之前,最好确保使用任务管理器关闭所有在后台运行的进程和应用程序。

第1 步:同时按下Ctrl + Shift + Esc键,打开任务管理器

第 2 步:单击“进程”选项卡并确保没有列出任何应用程序。

第 3 步:如果列出了任何应用程序,请右键单击它们,然后从上下文菜单中选择结束任务,如下所示。

注意– 对所有应用程序执行此操作以结束它。

Fix - CHKDSK cannot continue in read-only mode [Resolved]

第4步:完成后,关闭任务管理器窗口,您可以继续进行chkdsk操作。

修复 5 – 在您的系统上执行 SFC 扫描

系统上损坏的文件可能会在系统中产生问题,例如本文中提到的问题。因此,替换任何损坏的文件可以解决系统中存在的大部分问题。因此,为了找到损坏的系统文件,您需要运行系统文件检查器扫描,这在以下步骤中进行了说明。

步骤 1:同时按Win+R键并键入cmd,然后同时按Ctrl + Shift + Enter键。

Fix - CHKDSK cannot continue in read-only mode [Resolved]

第 2 步:然后在 UAC 提示上单击“是”以继续。

第 3 步:现在输入sfc /scannow并按Enter键。

Fix - CHKDSK cannot continue in read-only mode [Resolved]

第 4 步:这将开始扫描系统中存在的所有损坏文件。

第5步:扫描完成后,如果发现有损坏的文件,请更换。

步骤6:替换损坏的文件后,关闭命令提示符窗口。

第 7 步:现在尝试运行 chkdsk 操作,看看它是否有效!

The above is the detailed content of Fix - CHKDSK cannot continue in read-only mode [Resolved]. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Fix: ERR_ADDRESS_UNREACHABLE error in Google Chrome Fix: ERR_ADDRESS_UNREACHABLE error in Google Chrome May 15, 2023 pm 06:22 PM

Several Windows users have complained that when they try to access some websites on Google Chrome browser on their systems, they are unable to access the web pages. It also displays a message on the browser saying "The site cannot be reached" with error code ERR_ADDRESS_UNREACHABLE. There could be many potential reasons behind this issue, it could be due to website server issues, proxy server settings, unstable internet connection, etc. If you encounter similar problems, don't panic. After deeply analyzing the problem in this article, we got a bunch of solutions. Before proceeding, try the following workarounds: Try checking if the user is trying to access the site from other devices and there are no issues, then this

How to run a JAR file on Windows 11 or 10 How to run a JAR file on Windows 11 or 10 May 12, 2023 pm 06:34 PM

Windows 11 is capable of running a large number of file types with or without external third-party applications. Not only does it allow you to perform numerous tasks from the comfort of your PC, but it also ensures that you can take advantage of your PC's raw capabilities. Today, we'll take a look at a complex file type—jar—and tell you how to open it on your Windows 11 or Windows 10 PC. What is a jar file? jar is an archive package format that may or may not contain an executable Java program. These archives can contain Java applications or source code, which can then be used to compile and run applications without having to write separate code for each application. You can use various methods

What does Discord Do Not Disturb mean and how to use it? What does Discord Do Not Disturb mean and how to use it? Jun 03, 2023 pm 01:02 PM

If you have Discord Do Not Disturb enabled, you will not see any notifications on your app. This includes servers, group chats, and direct messages. Discord is a chat application that allows users to communicate through text, pictures, and video calls in games. It is designed to be a communication channel for gamers to chat and coordinate with each other in real time. DND settings allow you to disable all incoming messages you don't want to see. This is useful if you don't want to be disturbed by any messages while you are working. Additionally, you can also try the best Discord bots that can help you manage your guild while you are away. If you're wondering what Discord Do Not Disturb means and how to use it, this tutorial should help. D

Error code 22: How to fix graphics device driver Try updating graphics driver or clearing CMOS Error code 22: How to fix graphics device driver Try updating graphics driver or clearing CMOS May 19, 2023 pm 01:43 PM

What does graphics device error code 22 mean and what causes it? When you encounter error code 22, you will always see the error message This device is disabled. (Code 22). You can view more details about this graphics device driver error code 22 by going to the Device Status area in the device properties. We also discussed Error code 11 in Windows 43. You can also check out our guide on how to fix graphics device error code 31 on your PC. Device is actually disabled: The device in question may throw you this error code 22 and is actually disabled. There are driver issues: Incompatible or corrupted driver files can also cause multiple issues with the device program. Drivers are not the most

How to fix Windows 11 not detecting your PS4 controller issue How to fix Windows 11 not detecting your PS4 controller issue May 09, 2023 pm 04:19 PM

There are many different ways you can play video games on your Windows 11 computer. A classic mouse and keyboard, Xbox controller or PlayStation 4 controller; all run on Microsoft's latest operating system. But there are reports that the PS4 controller may not be recognized on your Windows 11 PC. This may be due to outdated Bluetooth drivers not working properly or DS4Windows not working properly. What are the fixes for PS4 controller not recognized? Your PS4 can connect to your PC via Bluetooth, but many games don't support the controller and prefer Xbox devices. This is how you download and install DS4Windo

How to fix DISM 87 error in Windows 11? How to fix DISM 87 error in Windows 11? May 09, 2023 am 09:31 AM

Windows 11 users are facing issues dealing with many error codes caused by different issues. DISM error 87 is a command line error. DISM means DeploymentImageServicingManagement, and its main job is to help organize virtual disks. It manages split Windows Image Format (WIM) files, all-flash utility files, virtual hard disks (VHD) and more. You can access the tool on Command Prompt or Windows PowerShell. We use this tool to repair Windows image issues. This article will introduce how to fix the problem in Windows 11

7 Ways to Fix Unable to Enumerate Objects in Containers 7 Ways to Fix Unable to Enumerate Objects in Containers May 12, 2023 pm 01:43 PM

While trying to change the permissions of a file or folder, you may often encounter the error - Unable to enumerate objects in container Access is denied. Although as an administrator you can change the access rights, sometimes even an administrator may encounter the same error message. This is a common mistake that is usually made by users on different forums. In this case, even the administrator cannot change the permissions of a specific user or other user groups when access is denied on Windows 10/11. Additionally, many users also face an issue of not being able to enumerate objects during Azure file sharing, which can apparently be solved by assigning the appropriate RBAC role (the elevated participant role for SMB shares that store file data). In this article we

Fix: Can't move a folder because there is one at the same location in Windows 11 Vladimir Popescu Fix: Can't move a folder because there is one at the same location in Windows 11 Vladimir Popescu May 11, 2023 pm 01:01 PM

Transferring files and folders from one location to another is one of the very common tasks performed by all users. But recently, some Windows 11 users have reported seeing the error message Unable to move folders because there is a folder in the same location that cannot be redirected while trying to transfer anything on their PC. This specific error will warn you if you try to move a folder into Onedrive, SkyDrive, etc. This is a common error faced by Windows 10 users as well. However, when trying to change the location of the folder again, the operation fails. This is a matter of concern and should be addressed immediately. So, in this article, we have put together a list of some solutions that will surely help you.