mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 05:55:44 +02:00
chkdsk: add Thai translation (#8963)
This commit is contained in:
parent
c39b034e43
commit
35c27df8f7
1 changed files with 20 additions and 0 deletions
20
pages.th/windows/chkdsk.md
Normal file
20
pages.th/windows/chkdsk.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# chkdsk
|
||||||
|
|
||||||
|
> ความสมบูรณ์ของระบบไฟล์และข้อมูลเมตาของระบบไฟล์บนดิสก์โวลุ่มและแก้ไขข้อผิดพลาดของระบบ
|
||||||
|
> ข้อมูลเพิ่มเติม: <https://learn.microsoft.com/windows-server/administration/windows-commands/chkdsk>.
|
||||||
|
|
||||||
|
- ระบุตัวอักษรไดรฟ์ (ตามด้วยเครื่องหมาย colon), mount point, หรือชื่อของไดรฟ์:
|
||||||
|
|
||||||
|
`chkdsk {{ไดรฟ์}}`
|
||||||
|
|
||||||
|
- แก้ไขข้อผิดพลาดของไดรฟ์ที่เลือก:
|
||||||
|
|
||||||
|
`chkdsk {{ไดรฟ์}} /f`
|
||||||
|
|
||||||
|
- ปิดการใช้งานไดรฟ์ที่เลือกก่อนการตรวจสอบ:
|
||||||
|
|
||||||
|
`chkdsk {{ไดรฟ์}} /x`
|
||||||
|
|
||||||
|
- เปลี่ยนขนาดของไฟล์ log เป็นไปตามขนาดที่ระบุ (เฉพาะ NTFS):
|
||||||
|
|
||||||
|
`chkdsk /l {{ขนาด}}`
|
Loading…
Add table
Reference in a new issue