I've recently been tasked with developing a program to monitor a bunch of hard drive information (serial, maker, type, etc) from multiple hard drives. In my initial research I found that this was pretty easy to do using some C# code and created a test program that way. Unfortunately, I'm required to use a linux OS which means c# is off the table.
I was curious if anyone knows, or could point me in the right direction of developing an app in Java/C/C++ that would achieve the same effect. I do know that if you use Java you have to use the JNI and you're using C/C++ at that point regardless.
Thanks.