windows/*: add and update Korean translation (#14641)

Co-authored-by: Chooooo <contact@choo.ooo>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-11-06 04:21:01 +09:00
committed by GitHub
parent 29d6bd2563
commit 60276104db
47 changed files with 1064 additions and 3 deletions

View File

@@ -0,0 +1,24 @@
# fsutil
> 파일 시스템 볼륨에 대한 정보를 표시.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/fsutil>.
- 볼륨 목록 표시:
`fsutil volume list`
- 볼륨의 파일 시스템 정보 표시:
`fsutil fsInfo volumeInfo {{드라이브_문자|볼륨_경로}}`
- 모든 볼륨의 파일 시스템 자동 복구 현재 상태 표시:
`fsutil repair state`
- 모든 볼륨의 더티 비트 상태 표시:
`fsutil dirty query`
- 볼륨의 더티 비트 상태 설정:
`fsutil dirty set {{드라이브_문자|볼륨_경로}}`