dd: align page throughout the platforms (#12919)

This commit is contained in:
Sebastiaan Speck
2024-06-10 19:27:34 +02:00
committed by GitHub
parent 4190c0395c
commit ad8e1abab8
15 changed files with 68 additions and 100 deletions

View File

@@ -5,11 +5,11 @@
- یک حافظه قابل حمل با قابلیت بوت شدن میسازد، برای مثال `archlinux-xxx.iso` :
`dd if={{path/to/file.iso}} of=/dev/{{usb_drive}}`
`dd if={{path/to/file.iso}} of={{/dev/usb_drive}}`
- محتویات یک درایو را در مکانی دیگر با بلوک های 4 مگابایتی کپی و همچنین از خطاها صرف نظر میکند:
`dd if=/dev/{{source_drive}} of=/dev/{{dest_drive}} bs=4194304 conv=noerror`
`dd bs=4194304 conv=noerror if={{/dev/source_drive}} of={{/dev/dest_drive}}`
- یک فایل ۱۰۰ بایتی تصادفی با استفاده از درایور تصادفی هسته بسازید: