Write random file to a disk using dd

1970 + 1784976932
cd /Volumes/path
dd if=/dev/urandom of=abc status=progress bs=4096 count=512000

Change of= to your output filename or path.

More posts