some questions regarding the cration of a iso file on STICK:
.... well does this work - and lead to a successful iso file on stick!?
Code: Select all
sudo dd bs=4M if=/home/user/Downloads/Linuxfile.iso of=/dev/sdb status=progress oflag=sync
Code: Select all
$ sudo dd bs=4M if=/path/to/file.iso of=/dev/sdX status=progress oflag=sync
Code: Select all
ubuntu@T420s:~$ sudo dd bs=4M if=~/Downloads/mmylinux_file.iso of=/dev/sdb status=progress && sync