I'm experiecning a problem with my External Hard Disk.
When I plug my HDD in ubuntu it works. When I plug it in Windows, it also works. But when I transfer files from Ubuntu to HDD and then trying to acess them from Windows, no matter how I try, I get error messages. And when I'm able to acess them I cannot cpoy, or delete them through windows. They can only be modified through Ubuntu. I gave my HDD to a friend and she couldn't copy a folder I had created using Ubuntu. When I checked it using Windows 7, I clicked on the foldres' properties, and I saw that the "Read-Only" box was checked. I unckecked the box, but nothing. Only Ubuntu could modify the files in the folder, and copy or delete them from the HDD. How can I prevent ubuntu from making my files "read-only" for windows?
sudo chmod 777 *(do it under Ubuntu). This will set files permissions to "the world". – den4uk Dec 4 '11 at 20:40