Looking for a disk management tools in JAVA

Hi everybody,

I am currently looking for tools or APIs designed for disk management. I explain : I would like to defrag or format a microSD card with Java code.

Is it possible since the way to get access to the memory card depends on the underlying OS. I know that the really defrag or format action is OS-independent, but filesystem type dependent.

Can you help me please ?

Thanks in advance.

Oliwood

[438 byte] By [Oliwood11a] at [2007-11-26 19:58:09]
# 1
These are system level, platform dependent actions and not the sort of thing Java is made for. If you search hard enough (read Google) you may find these types of tools using JNI for specific platforms, but I wouldn't count on it.
masijade.a at 2007-7-9 22:53:38 > top of Java-index,Java Essentials,Java Programming...