ก่อนอื่นขอขอบคุณเจ้าของรหัสนะคะที่กรุณาให้ยืมใช้ตั้งกระทู้ คือว่า
ใช้คำสั่ง CHKDSK /r / f ตรวจสอบ HDD แล้วสรุปออกมาเป็นแบบ
นี้หมายความว่าอย่างไรหรือคะ อ่านความหมายละเอียดไม่ออกค่ะ
ขอบคุณท่านที่มาตอบล่วงหน้านะคะ
C:\Windows\System32>chkdsk T: /r /f
The type of the file system is NTFS.
Volume label is Future.
CHKDSK is verifying files (stage 1 of 5)...
256 file records processed.
File verification completed.
0 large file records processed.
0 bad file records processed.
0 EA records processed.
0 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 5)...
280 index entries processed.
Index verification completed.
0 unindexed files scanned.
0 unindexed files recovered.
CHKDSK is verifying security descriptors (stage 3 of 5)...
256 file SDs/SIDs processed.
Security descriptor verification completed.
12 data files processed.
CHKDSK is verifying file data (stage 4 of 5)...
240 files processed.
File data verification completed.
CHKDSK is verifying free space (stage 5 of 5)...
63975837 free clusters processed.
Free space verification is complete.
Windows has checked the file system and found no problems.
255998975 KB total disk space.
21588 KB in 7 files.
16 KB in 14 indexes.
0 KB in bad sectors.
74019 KB in use by the system.
65536 KB occupied by the log file.
255903352 KB available on disk.
4096 bytes in each allocation unit.
63999743 total allocation units on disk.
63975838 allocation units available on disk.
C:\Windows\System32>
.
ช่วยอ่านค่าของ HDD หน่อยนะคะ
ใช้คำสั่ง CHKDSK /r / f ตรวจสอบ HDD แล้วสรุปออกมาเป็นแบบ
นี้หมายความว่าอย่างไรหรือคะ อ่านความหมายละเอียดไม่ออกค่ะ
ขอบคุณท่านที่มาตอบล่วงหน้านะคะ
C:\Windows\System32>chkdsk T: /r /f
The type of the file system is NTFS.
Volume label is Future.
CHKDSK is verifying files (stage 1 of 5)...
256 file records processed.
File verification completed.
0 large file records processed.
0 bad file records processed.
0 EA records processed.
0 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 5)...
280 index entries processed.
Index verification completed.
0 unindexed files scanned.
0 unindexed files recovered.
CHKDSK is verifying security descriptors (stage 3 of 5)...
256 file SDs/SIDs processed.
Security descriptor verification completed.
12 data files processed.
CHKDSK is verifying file data (stage 4 of 5)...
240 files processed.
File data verification completed.
CHKDSK is verifying free space (stage 5 of 5)...
63975837 free clusters processed.
Free space verification is complete.
Windows has checked the file system and found no problems.
255998975 KB total disk space.
21588 KB in 7 files.
16 KB in 14 indexes.
0 KB in bad sectors.
74019 KB in use by the system.
65536 KB occupied by the log file.
255903352 KB available on disk.
4096 bytes in each allocation unit.
63999743 total allocation units on disk.
63975838 allocation units available on disk.
C:\Windows\System32>
.