Warning: Constant CURSCRIPT already defined, this will be an error in PHP 9 in C:\wwwroot\9et.cn\bbs\redirect.php on line 10

Warning: Constant UC_APPID already defined, this will be an error in PHP 9 in C:\wwwroot\9et.cn\bbs\config.inc.php on line 83

Warning: htmlspecialchars(): Charset "gbk" is not supported, assuming UTF-8 in C:\wwwroot\9et.cn\bbs\include\common.inc.php on line 84

Warning: Constant FORMHASH already defined, this will be an error in PHP 9 in C:\wwwroot\9et.cn\bbs\include\common.inc.php on line 254

Warning: Undefined variable $uchome in C:\wwwroot\9et.cn\bbs\include\common.inc.php on line 405

Warning: Trying to access array offset on null in C:\wwwroot\9et.cn\bbs\include\common.inc.php on line 405

Warning: Undefined variable $feedpostnum in C:\wwwroot\9et.cn\bbs\include\common.inc.php on line 413

Warning: Undefined array key "types" in C:\wwwroot\9et.cn\bbs\viewthread.php on line 115

Warning: Trying to access array offset on null in C:\wwwroot\9et.cn\bbs\viewthread.php on line 115

Warning: Undefined array key "types" in C:\wwwroot\9et.cn\bbs\viewthread.php on line 116

Warning: Trying to access array offset on null in C:\wwwroot\9et.cn\bbs\viewthread.php on line 116

Warning: Undefined variable $ismoderator in C:\wwwroot\9et.cn\bbs\viewthread.php on line 184

Warning: Undefined array key "allowreply" in C:\wwwroot\9et.cn\bbs\viewthread.php on line 217

Warning: Undefined array key "allowreply" in C:\wwwroot\9et.cn\bbs\viewthread.php on line 217

Warning: Undefined array key "allowpost" in C:\wwwroot\9et.cn\bbs\viewthread.php on line 218

Warning: Undefined array key "allowpost" in C:\wwwroot\9et.cn\bbs\viewthread.php on line 218

Warning: Undefined array key "visitedfid" in C:\wwwroot\9et.cn\bbs\include\forum.func.php on line 118

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\wwwroot\9et.cn\bbs\include\forum.func.php on line 118

Warning: Undefined array key "visitedfid" in C:\wwwroot\9et.cn\bbs\include\forum.func.php on line 130

Warning: Undefined array key "webnum" in C:\wwwroot\9et.cn\bbs\viewthread.php on line 244

Warning: Undefined array key "bbsnum" in C:\wwwroot\9et.cn\bbs\viewthread.php on line 246

Warning: Undefined variable $dzfeed_limit in C:\wwwroot\9et.cn\bbs\viewthread.php on line 532

Warning: Trying to access array offset on null in C:\wwwroot\9et.cn\bbs\viewthread.php on line 532

Warning: Trying to access array offset on false in C:\wwwroot\9et.cn\bbs\viewthread.php on line 318

Warning: Trying to access array offset on false in C:\wwwroot\9et.cn\bbs\viewthread.php on line 318

Deprecated: Automatic conversion of false to array is deprecated in C:\wwwroot\9et.cn\bbs\viewthread.php on line 318

Warning: Undefined array key 1 in C:\wwwroot\9et.cn\bbs\viewthread.php on line 319

Warning: Undefined variable $authorid in C:\wwwroot\9et.cn\bbs\viewthread.php on line 342

Warning: htmlspecialchars(): Charset "gbk" is not supported, assuming UTF-8 in C:\wwwroot\9et.cn\bbs\viewthread.php on line 486

Warning: Undefined array key "newbietask" in C:\wwwroot\9et.cn\bbs\viewthread.php on line 491
The Volume is dirty的处理方法 - 硬件大师 - 杰特论坛

Warning: Undefined array key "global_header" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 117

Warning: Undefined array key "viewthread_top" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 130
返回列表 下一主题 ›› ‹‹ 上一主题 回复 发帖

Warning: Undefined array key "viewthread_middle" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 232

Warning: Undefined variable $allowpostvideo in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 270

The Volume is dirty的处理方法

The Volume is dirty的处理方法


Warning: Undefined array key "viewthread_posttop" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 457

Warning: Trying to access array offset on null in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 457
电脑D盘有问题,老是蓝屏,再重启老是检测D盘,报:The Volume is dirty.

  查了一下解决方法。

  what you're experiencing is what Windows refers to as "setting the dirty bit" and what you have to do is unset that bit. Every time Windows XP starts, autochk.exe is called by the kernel to scan all volumes to check if the volume dirty bit is set. If the dirty bit is set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f verifies file system integrity and attempts to fix any problems with the volume. It is usually caused by a hard shut down or a power loss during a read-right operation on that particular drive.

  How do I fix it, you ask?

  Well, that's easy. First click Start> Run> bring up a command prompt by typing in "CMD" and type " fsutil dirty query d: ". This queries the drive, and more than likely it will tell you that it is dirty. Next, type "CHKNTFS /X D:". The X tells Windows to NOT check that particular drive on the next reboot. At this time, manually reboot your computer, it should not do a Chkdsk and take you directly to Windows.

  Once Windows has fully loaded, bring up another CMD prompt and type and now you want to do a Chkdsk manually by typing "Chkdsk /f /r d:". This should take you through 5 stages of the scan and will unset that dirty bit. Finally, type "fsutil dirty query d:" and Windows will confirm that the dirty bit is not set on that drive.

  英文翻译

  1)在"开始"-->"运行"下键入:cmd,进入msdos下,使用fsutil dirty query d: 来检查d盘,报:The Volume is dirty.再键入CHKNTFS /X D:,报该盘分区NTFS.然后直接在运行处运行这个命令,没发现有什么效果。

  2)重启计算机,发现以前的3个stage进行Check,现在变成5个stage 了。

  3)经过十来分钟的检测,进入系统。同样的方法进入msdos下,键入Chkdsk /f /r d:,会提示你:是否卸下所有的句柄,选Y,然后就分5个stage检测d盘(由于没了句柄,在check过程中D盘的东西不能用),结束后用 fsutil dirty query d:来测试发现结果:没有损坏。修复成功。

  4)重新启动,发现系统好了。

Warning: Trying to access array offset on null in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 481

Warning: Undefined array key "imagelist" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 483

Warning: Undefined array key "attachlist" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 483

Warning: Undefined variable $relatedtagstatus in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 505

Warning: Undefined array key "viewthread_postbottom" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 510

Warning: Trying to access array offset on null in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 510

Warning: Undefined array key "modaction" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 538

Warning: Undefined array key "magicname" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 538
收藏 分享
Warning: Undefined array key "viewthread_useraction" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 555
回复 引用
Warning: Undefined array key "viewthread_postfooter" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 592

Warning: Trying to access array offset on null in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 592


Warning: Undefined variable $aimgs in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 638

Warning: Trying to access array offset on null in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 638

Warning: Undefined array key "viewthread_endline" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 641

Warning: Trying to access array offset on null in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 641
返回列表 下一主题 ›› ‹‹ 上一主题

Warning: Undefined array key "viewthread_middle" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 675

Warning: Undefined array key "viewthread_bottom" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 749

Warning: Undefined array key "newbietask" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 804

Warning: Undefined array key "footerbanner1" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 805

Warning: Undefined array key "footerbanner2" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 805

Warning: Undefined array key "global_footer" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 809

Warning: Undefined array key "funcsiteid" in C:\wwwroot\9et.cn\bbs\include\global.func.php on line 1662

Warning: Undefined array key "funckey" in C:\wwwroot\9et.cn\bbs\include\global.func.php on line 1663

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\wwwroot\9et.cn\bbs\include\global.func.php on line 1671

Warning: Undefined array key 1 in C:\wwwroot\9et.cn\bbs\include\global.func.php on line 1671

Warning: Undefined array key "HTTP_REFERER" in C:\wwwroot\9et.cn\bbs\include\global.func.php on line 1637

Warning: Undefined array key 2 in C:\wwwroot\9et.cn\bbs\include\global.func.php on line 1640

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in C:\wwwroot\9et.cn\bbs\include\global.func.php on line 1644

Warning: Undefined array key "bbsnum" in C:\wwwroot\9et.cn\bbs\forumdata\templates\STYLEID_2_viewthread.tpl.php on line 837