bs=4M: The -bs (blocksize) option defines the size of each chunk that is read from the input file and wrote to the output device.dd: The name of the command we’re using.sudo: You need to be a superuser to issue dd commands.Sudo dd bs=4M if=Downloads/ of=/dev/sdb conv=fdatasync