On 8/1/21 1:30 AM, to...@tuxteam.de wrote:
On Sat, Jul 31, 2021 at 06:42:50PM +0200, Hans wrote:
Am Samstag, 31. Juli 2021, 14:05:59 CEST schrieb Nicolas George:
Gunnar Gervin (12021-07-31):

Just:

cp /path/to/file.iso /dev/sdX


Hi,

isn't it just2  :

dd if=whatever.iso of=/dev/sdX

It's up to taste. Some get worked up one way or the other.
This discussion comes around cyclically :)

Personally, I settled on dd, mainly because oflag=sync and
status=progress. But I'm OK with others using copy, cat or
whatever :)

Cheers
  - t


I prefer dd because opts of blocksize (bs) and status

sudo dd if=/path/to/iso of=/dev/sdX bs=4M status=progress

--
Robbi Nespu <robbinespu AT SPAMFREE gmail DOT com>
D311 B5FF EEE6 0BE8 9C91 FA9E 0C81 FA30 3B3A 80BA
https://robbinespu.gitlab.io | https://mstdn.social/@robbinespu

Reply via email to