Why am I not able to make an USB-live?
I am trying to make a bootable USB-live from http://www.memtest86.com/download.htm
This is what I do on my terminal:
$ lsblk
$ cd ~/Downloads
$ sudo dd if=memtest86-usb.img of=/dev/sda bs=1M;sudo sync;sudo eject /dev/sda
But what I get is:
0+0 records in
0+0 records out
0 bytes copied, 0.000149567 s, 0.0 kB/s
Any ideas?

ddfails or succeeds, using&&instead of;should only proceed if successful. I don't think there's a difference betweensudo syncand plainsync, andejectis usually used for "CD-ROM, floppy disk, tape, or JAZ or ZIP disk", does it do anything for a USB? Mine doesn't – Xen2050 Apr 27 '17 at 04:23And is the .img file really in ~/Downloads?yes sure it is. how can i use the memtest included in Ubuntu live ISO? I am using Kubuntu. – Run Apr 27 '17 at 13:30