I've tried to use umask=000, which means that I had read/write/execute permissions, without success... I'll check the dmask/fmask and exec stuff you mentioned as soon as I'm back in my office...
Clemens -------- Original-Nachricht -------- Datum: Sat, 18 Aug 2007 11:05:57 +0200 Von: Hendrik Sattler <[EMAIL PROTECTED]> An: [email protected] Betreff: Re: [CMake] Running cmake to create binaries on a VFAT partition (LINUX) Am Samstag 18 August 2007 09:54 schrieb Clemens Arth: > Any ideas? I'm running UBUNTU 7.04 and the actual cmake 2.4.6; I've > mounted the partition with > > /media/data vfat defaults,utf8,umask=007,gid=46 0 1 You may want to use the dmask and fmask options instead of umask, so that files can actually be executable. It may also be that the default is set to noexec, so you have to use the option exec to be able to run any program from that file system. HS _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kanns mit allen: http://www.gmx.net/de/go/multimessenger _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
