wenn man ein iso auf usb stick bringen will - wie geht ihr vor?
könnte man das so machen?
Code: Select all
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