I am beginner in Java. I have a USB stick with some information stored.
I want to write Java code on Linux platform. After inserting USB stick in Linux machine, I want to mount USB stick in Java code and read the USB Stick content.
I need help to write Java code to Mount USB Stick and read the USB content. After spending some time I got to know that Shell Command is the best way to execute in Java.
I need help to write Shell command to identify the Mounting Location in Java.
Thanks, Manoj