On Tuesday, November 06, 2012 at 23:23 EST,
Building Android with everything stored in a FUSE file system might be
painful and you're probably on unchartered territory. Are you sure you
don't have a few tens of GBs on a plain old Linux partition?
> The default permission, it is already have exec option.
>
> /dev/sda5 on /media/Stuff type fuseblk
> (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
Okay, so 'noexec' doesn't seem to be the problem, unless this driver
explicitly requires 'exec' to be set. So what are the permissions of
the file Repo complains about? Can you chmod the files to correct them?
There seems to be a bunch of articles written about this. I suggest you
dig up a few and see if they help. This isn't really a Repo question
anymore.
> I have try this command but it does not work
>
> mount /dev/sda5 -o remount exec
That command attempts to mount /dev/sda5 in the 'exec' directory.
Having a comma instead of a space between remount and exec should
solve that problem.
--
Magnus Bäck
ba...@google.com