RE: Memory card error
sectorinfo is new to Windows 10. I used wmic DISKDRIVE get bytespersector, caption on my Win 7 Pro. All drives report 512 even though the default size for a FAT structure is 4K.
RE: Memory card error
as I thought ... formating with a greater clustersize will make the card unreadable for the device^^
all in all: Fat 16 - 512 Byte (or is it Bit?) ... just select the 512 from the drop-down menu in windows for the cluster size
RE: Memory card error
reformat it with filesystem = FAT 16 and sectorsize = 512 Bytes. (richt click in the windows explorer on the drive-letter and choose format)
And please give the sd-card a very simple name .. don' leave it completely blank - but just one word - no special chars.
RE: Memory card error
in the dropdown menu where the 2nd arrow points to: "allocation unit size" select 512 there
default for FAT is much larger than the 512 bytes - and just to be over careful - put in a "volume label" ... take "SDCARD" (all lower or upper letters ... just 1 word - no spaces - nothing fancy)
put the SD-card in while the device has power but is not running / blowing out air. - wait some time ... put your mask on and turn it on for at least 10 minutes ... that should result in some data written to the card. (wait a while after turning the device off (just turn it off .. do NOT unplug the power!) before getting the card out of the device ... might take some time before the machine starts / finishes writing to the card)
if that doesn't help either I'm out of options too ...
RE: Memory card error
open up a command prompt with admin rights. (press start type "command" wait shortly ... right click on command prompt (I hope it is named that way in english) and choose "run as admin")
there put this in (exactly!!! .. copy & paste with the right click of the mouse) and hit enter:
format e: /FS:FAT /V:BEAR /A:512 /X
.. keep your fingers crossed^^