ํ์ผ์ ๋ณํํ๊ณ ๋ณต์ฌ. ๋ ๋ง์ ์ ๋ณด: https://manned.org/dd.1p.
archlinux-xxx.iso
)์์ ๋ถํ
๊ฐ๋ฅํ USB ๋๋ผ์ด๋ธ๋ฅผ ๋ง๋ค๊ณ ์งํ ์ํฉ์ ํ์:dd if={{๊ฒฝ๋ก/๋์/ํ์ผ.iso}} of={{/dev/usb_drive}} status=progress
dd bs=4194304 conv=fsync if={{/dev/source_drive}} of={{/dev/dest_drive}}
dd bs={{100}} count={{1}} if=/dev/urandom of={{๊ฒฝ๋ก/๋์/์์์_ํ์ผ}}
dd bs={{1024}} count={{1000000}} if=/dev/zero of={{๊ฒฝ๋ก/๋์/ํ์ผ_1GB}}
if
์ of
๋ฅผ ๊ต์ฒดํด ๋ณต์ ๊ฐ๋ฅ), ์งํ ์ํฉ์ ํ์:dd if={{/dev/drive_device}} of={{๊ฒฝ๋ก/๋์/ํ์ผ.img}} status=progress