David Christensen <dpchr...@holgerdanske.com> writes: > Please verify the device node for the USB flash drive (e.g. /dev/sdc), run > the following commands, and paste your console session into a reply: > > > # cat /etc/debian_version > > # uname -a > > # fdisk -l /dev/sdc > > # dd if=/dev/zero of=/dev/sdc count=2048; sync > > # fdisk -l /dev/sdc > > > David
I also added to that #ls /dev/sdc Here are the results. 8.8 Linux audio2 3.16.0-4-686-pae #1 SMP Debian 3.16.43-2 (2017-04-30) i686 GNU/Linux fdisk: cannot open /dev/sdc: No medium found dd: failed to open â/dev/sdcâ: No medium found fdisk: cannot open /dev/sdc: No medium found root@audio2:/home/martin# ls /dev/sdc /dev/sdc It's there but it doesn't do anything else but show up as a storage device with no medium. Martin