How can I mount and unmount hard drives (platform independent, so no using Runtime to execute a hard-coded command) in the Java Programming Language?
As there is no way to do this portably (or even with the same semantics), there is no built-in Java method to do so.