Quote (jpeters @ Oct. 11 2007,20:32) | I set the /opt dir permissions to 'drwxrwxr-r' before creating the image, but it changes when loading from hda3. | Is hda3 a Windows partition, by any chance? I copied a directory of mp3's from my friend's NTFS partition onto my ext3 partition. All the files had '-rw-rwSr--' ('S' = suid root) permissions. I changed the permissions to normal with 'chmod -R -s [dir]' ('-s' removes the suid root bit; '-S' adds it). Perhaps you should check the permissions of the directory in hda3 where the extension is stored. |