I've found conflicting information on the internet on whether the bs
in a command like dd bs=512 if=/home/Downloads/ubuntu.iso of=/dev/sdb
stands for "bytes per second" or "block size". I couldn't find anything in the man pages, as the only reference to bs
is:
bs=BYTES
read and write up to BYTES bytes at a time
As with other GNU Coreutils utilities, the primary documentation is the
info
page.From
info coreutils dd invocation
:There are corresponding parameters for the individual read, write and conversion block sizes: