On 8/23/06, Aniket Suryavanshi anisur_alisur@yahoo.co.in wrote:
How to change permissions of the entire windows partition in Linux? I have the Ubuntu package installed on my computer and the /fs/ are fat32.
AFAIK, sudo chmod u+/-wrx -R /media/windows should do it. u stands for user w stands for write r stands for read x stands for execute + give - take -R recursive eg. sudo chmod u+r -R /media/windows to make all file in windows folder writeable by the user.