2
1
What is the method to make files in a USB Flash Drive undeletable? Does these method work with USB 3.0 interface?
(I have surveyed some Flash Drive manufacturers, and I only see undeletable files for USB 2.0 drives, and not 3.0 drives. One manufacturer claimed that USB 3.0 cannot do undeletable file, so I am curious whether the claim is correct...)
2USB flash drives aren't concerned with files at all. They are block storage. – Daniel B – 2015-07-01T05:07:01.473
Does this mean the claim that USB 3.0 cannot do undeletable files is not true? – Heng-Cheong Leong – 2015-07-01T05:31:57.100
2It means there’s no concept of files at all. The drive is either writable in its entirety or it isn’t. – Daniel B – 2015-07-01T06:47:34.750
1
As Daniel says, the USB drive doesn't know about files, its just storage. Are you looking to write protect the whole storage (i,e. all the files), or just want to prevent some files from being deleted? If you want to set the disk read only DiskPart offers attributes disk set readonly https://technet.microsoft.com/en-us/library/gg252649.aspx
– nwaltham – 2015-07-01T08:14:04.543You could pull the drive out of the USB port whilst writing a file to it - that would likely kick in the firmware write-protection ;-) …at your own risk & you might need 3 or 4 sticks & 8 or 10 attempts before you got exactly the result you wanted. – Tetsujin – 2015-07-01T08:31:09.703