I want to make software that work on any OS. The software make USB storage devices read-only. How to do so in JAVA?
how to access USB mass storage devices
Started by gamiR, Aug 18 2008 03:33 AM
5 replies to this topic
#1
Posted 18 August 2008 - 03:33 AM
|
|
|
#2
Posted 18 August 2008 - 03:12 PM
Engineeringserver.com | Accessing an usb stick or cdrom and list all directories and files
To make it read only use the file method setReadOnly();
To make it read only use the file method setReadOnly();
#3
Posted 19 August 2008 - 04:12 AM
But I also want to disable USB mass storage devices as per its authority.
My software will give authority to these devices. Thus only authorised devices will be detected and others wont.
My software will give authority to these devices. Thus only authorised devices will be detected and others wont.
#4
Posted 19 August 2008 - 06:54 AM
I don't think you can do that directly using pure java.
#5
Posted 19 August 2008 - 08:40 AM
Then an you suggest any ways which can be helpful for my project.
#6
Posted 19 August 2008 - 09:02 AM
gamiR said:
Then an you suggest any ways which can be helpful for my project.
Use c/c++


Sign In
Create Account


Back to top









