Hello
I'm writing a bash script which fills cf cards with an image. Since only specified cards are allowed, I'd like to check if the right type of cf card is plugged in the USB cf card writer.
I know that it is possible to read out vendor id and firmware version of the cf card somehow (I saw it on an embedded system), but I don't know how to achieve that on my linux box (openSUSE 10.3) and a usb cf card writer.
Does anyone else know how?
Many thanks, Chris