dd: update translations (#12929)
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
|
||||
`dd bs=4M conv=noerror status=progress if={{/dev/disco_sorgente}} of={{/dev/disco_destinazione}}`
|
||||
|
||||
- Genera un file di 100 byte randomici utilizzando il driver random del kernel:
|
||||
- Genera un file con un numero specifico di byte randomici utilizzando il driver random del kernel:
|
||||
|
||||
`dd bs=100 count={{1}} if=/dev/urandom of={{percorso/del/file_random}}`
|
||||
`dd bs={{100}} count={{1}} if=/dev/urandom of={{percorso/del/file_random}}`
|
||||
|
||||
- Testa la performance in scrittura di un disco:
|
||||
|
||||
|
Reference in New Issue
Block a user