I have an embedded VxWorks application that formats a Compact Flash using 'dosFsVolFormat' and then writes data to the CF. When I take the CF out and try to read it in any Windows PC all the machines do not recognize it.
I've tried the following windows version machines: Windows XP, Windows 7 and Windows 10.
I've installed Cygwin and do a 'dd' to copy a binary image to a disk but that really defeats the purpose of the dosFsVolFormat().
I need to grap the data from CF and put it into word/spreadsheet.
Any ideas?