Tuesday, December 1, 2015

How forbid deleting files from an USB flash drive

I have an USB flash drive and I would like to give it as a present. My purpose is to insert three files and make them unerasable.


Is it possible?
Should I create a read-only partition in the flash drive?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...