I want to be able to retrieve an SD Card's Serial Number, Manufacturer, and any other information it may provide. Java or just a command to run would be great. Compact Framework does it, but that doesn't help me.
feedback
|
|
You can also try
to get information on your disks, including SD Cards. hdparm -i may not work through sdcard controllers | ||||
feedback
|
|
You may be able to get some info out of "hdparm"
Gives a bunch of info about /dev/sda which includes its serial number. In my test case, this was a hard drive, but presumably the same may work for a SD card (which looks a lot like a disk to the OS) | |||
|
feedback
|