Pages

Monday, December 23, 2024

Write FreeBSD disk image to USB disk (/dev/da1)

Here is the dd command 

dd if=FreeBSD-14.2-RELEASE-amd64-memstick.img of=/dev/da1 bs=1M conv=sync status=progress

No comments:

Post a Comment