I created a folder and I did:
chmod 777 anotherFolder/
I ran:
sudo mount -o loop folder/isoImage.iso anotherFolder/
The permissions of anotherFolder/ changed to "Read Only" and I can not chmod it back to 777, even with sudo. How can I chmod it to 777 ? It outputs me: Read Only File System.
I checked during 2 days in several forums but in vain :(