Hi,
Generally you do no need JNI to do that since Linux expose all needed information in the /proc directory.
If you need something else you can call 3rd party library (like qparted) via a JNI wapper like JNative.
You can also create your own library : google is your friend.
--Marc (http://jnative.sf.net)