On 05/27/2017 12:40 PM, Martin McCormick wrote:
David Christensen <dpchr...@holgerdanske.com> writes:
# cat /etc/debian_version
8.8
# uname -a
Linux audio2 3.16.0-4-686-pae #1 SMP Debian 3.16.43-2 (2017-04-30) i686
GNU/Linux
# fdisk -l /dev/sdc
fdisk: cannot open /dev/sdc: No medium found
# dd if=/dev/zero of=/dev/sdc count=2048; sync
dd: failed to open ‘/dev/sdc’: No medium found
The path to your device node appears to contain unicode. Is that an
e-mail artifact, or did you feed a unicode path to dd? This is why I
said "paste your console session into a reply" -- so we can verify the
command that was actually run.
# fdisk -l /dev/sdc
fdisk: cannot open /dev/sdc: No medium found
root@audio2:/home/martin# ls /dev/sdc
/dev/sdc
Plain 'ls' isn't very useful. The -l switch provides more information.
Please unplug all extraneous USB devices, leave the Kingston drive
plugged in, run the following commands, and paste your console session
into a reply:
# ls -l /dev/sdc
# lsusb
What happens if you connect the Kingston drive into a Windows machine?
David