I'm guessing it's FAT32 or NTFS filesystem, and you're still on windows.
Go to a command prompt and type:
attrib -R /s /d C:\ (replace C:\ with whatever drive you want). It might take a while, but it unsets the "read only" setting on every file and directory on that drive.
|