Set the attributes in the file system.
The following also will convert existing data.
Code:
if cd /home/blabla/afolder/here/public
then
find . -type d \! -type l -exec 2750 {} \;
chown -hR 1000:1000 .
fi
Always use -h in connection with -R
Instead of the mount option nofail you can try the classic option bg (retry in the background).