mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
badblocks: add link
This commit is contained in:
parent
bc1219f3c9
commit
962f1bc5ed
3 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Cerca blocchi corrotti in un dispositivo.
|
||||
> Alcuni utilizzi di badblocks possono avere esiti non reversibili, come perdita dei dati o anche della tabella delle partizioni di un disco.
|
||||
> Maggiori informazioni: <https://man.archlinux.org/man/ar.1>.
|
||||
|
||||
- Cerca blocchi corrotti in un disco utilizzando un test non distruttivo in sola lettura:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> 불량 블록이 있는지 장치를 검사하십시오.
|
||||
> 불량 블록을 사용하면 파티션 테이블을 포함하여 디스크의 모든 데이터를 지우는 등의 파괴적인 작업이 발생할 수 있습니다.
|
||||
> 더 많은 정보: <https://man.archlinux.org/man/ar.1>.
|
||||
|
||||
- 비파괴 읽기 전용 테스트를 사용하여 디스크에서 불량 블록을 검사:
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# badblocks
|
||||
|
||||
> Search a device for bad blocks.
|
||||
> Some usages of badblocks can cause destructive actions, such as erasing all the data on a disk, including the partition table.
|
||||
> Some usages of badblocks can cause destructive actions, such as erasing all data on a disk, including the partition table.
|
||||
> More information: <https://man.archlinux.org/man/ar.1>.
|
||||
|
||||
- Search a disk for bad blocks by using a non-destructive read-only test:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue