How can I protect my flash drive from reformat?

  • Thread starter Thread starter duhuhu
  • Start date Start date
  • Tags Tags
    Drive Flash
AI Thread Summary
A user seeks a method to prevent others from reformatting their flash drive while still allowing read and write access. The drive is a 16 GB USB2.0 formatted to NTFS, containing autorun text files with contact information. The aim is to create a frustrating experience for anyone who finds the drive, encouraging its return. Suggestions include using an encrypted USB stick, like the Kingston Data Traveler 2000, which offers robust protection but comes at a higher cost. Another option discussed is modifying the firmware of the USB stick using "BadUSB" software, which requires programming skills. The user expresses willingness to attempt this solution, leveraging their experience in C and C++.
duhuhu
Messages
59
Reaction score
2
Hey team!

I have a flash drive that I have already put a few files on that cannot be deleted by any user other than me on my own computer, but I recently found out that anyone can reformat the flash drive and get past that. Is there any way that I can be able to read and write to and from the drive but remove any ability to reformat it?

It is a 16 GB USB2.0 drive formatted to NTSF, and the protected files are just some autorun text files with my contact information on them so that if it gets lost or stolen, I can recover it.

The goal is that anyone who would take my flash drive as their own will become so annoyed with the popups every time they plug the thing in that they eventually just return it to me or throw it away. Ideally it would be cool if this could be done on a better flash drive when I need one (like a 64GB USB3.0 that actually costs a pretty penny)

I thank you all in advance for your time and effort :smile:

EDIT: I just realized this is in the wrong board... It should be in computing/technology... I can't figure out how to delete it, but if a moderator could push me to the other board that would be awesome.

Mod note: Your post is now moved.
 
Last edited by a moderator:
Computer science news on Phys.org
I'm not sure if there's anyway to protect a flash drive from stand-alone utilities that run outside of any normal operating system.
 
I'm not sure how their throwing it away leaves you in a better position than formatting, but whatever.

If you really need to ensure than unauthorized users can't read, write, or format, you should get an encrypted USB stick, like the Kingston Data Traveler 2000, which start at about $100.
 
  • Like
Likes jim mcnamara
Vanadium 50 said:
I'm not sure how their throwing it away leaves you in a better position than formatting, but whatever.

It is more of, if I can't have my stuff, no one can. I don't really NEED protection I just want it, and don't want to spend extra money for extra features that I don't really need. Thanks for the suggestion though :)
 
The only way to get the kind of protection you want is to change the firmware of the usb stick.
If you are an experienced programmer you could use the "BadUSB" software https://github.com/adamcaudill/Psychson and configure it to do what you want.
Otherwise you are out of luck.
 
  • Like
Likes duhuhu
DrZoidberg said:
The only way to get the kind of protection you want is to change the firmware of the usb stick.
If you are an experienced programmer you could use the "BadUSB" software https://github.com/adamcaudill/Psychson and configure it to do what you want.
Otherwise you are out of luck.

I will give this a try, I am not experienced in C# but I have plenty of experience in C and C++ so I am sure I can figure it out assuming I don't have to modify much if anything at all. Thanks mate! I will update with my results later this week!
 
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...
Back
Top