Now let’s just hope that none of those “less-experienced users” that blindly copy and paste commands see the original, still unchanged command you quoted and blindly copy and paste this from your post …
wellyears ago i have created my iso - install media with the K3b - i burned a ISO on a DVD
well at the moment i have a notebook - without a CD drive.
can i create a ISO on a stick with the following process
sudo fdisk -l # (usb-CHECK at the very beginning. )
umount /dev/sdb1* # (first of all we need the USB-Stick unmoute, in order to start afterwards)
sudo mkfs.ext4 /dev/sdb1 # formate the Stick .. and then we go to the dd - command ...
sudo dd bs=4M if=~/Downloads/_mein_linux.iso of=/dev/xyz status=progress oflag=sync
i think i can do like so!? Look forward to any and all tipps