My local (file system) CVS repository is located on the shared VFAT partition (/mnt/data/SourceCodeDB). Now, prior to the last update I did with "emerge -uDpv world" which updated my CVS, everything worked hunky-dory. However, now when I try to commit files (I can add files and update files and checkout files ok), it gives me this:
Code: Select all
cvs [commit aborted]: cannot change mode for /mnt/data/SourceCodeDB/some file... : Operation not permitted
Now, my VFAT partition is mounted like so from fstab:
Code: Select all
/dev/hda3 /mnt/data vfat noatime,user,rw,exec,umask=000 0 0
Thanks!
