linux/d*: add Korean translation (#14683)

This commit is contained in:
코드싸이
2024-11-08 15:51:52 +09:00
committed by GitHub
parent b3cbaf7b55
commit 53b2ce7e7f
73 changed files with 1566 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# ddrescue
> 손상된 블록 장치에서 데이터를 읽는 데이터 복구 도구.
> 더 많은 정보: <https://www.gnu.org/software/ddrescue/>.
- 장치의 이미지를 생성하고 로그 파일 생성:
`sudo ddrescue {{/dev/sdb}} {{경로/대상/이미지.dd}} {{경로/대상/로그.txt}}`
- 디스크 A를 디스크 B로 클론하고 로그 파일 생성:
`sudo ddrescue --force --no-scrape {{/dev/sdX}} {{/dev/sdY}} {{경로/대상/로그.txt}}`