From: Richard Purdie Date: Thu, 18 Mar 2010 21:40:11 +0000 (+0000) Subject: handbook/faq: Add entry about building on NTFS X-Git-Tag: 2011-1~6156 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=de9c12bea2d2c19a1578c6c0661c598d1c4373f5;p=openembedded-core.git handbook/faq: Add entry about building on NTFS Signed-off-by: Richard Purdie --- diff --git a/handbook/faq.xml b/handbook/faq.xml index 518069ed2a..7ebcf910c7 100644 --- a/handbook/faq.xml +++ b/handbook/faq.xml @@ -135,6 +135,17 @@ + + + + I see the error 'chmod: XXXXX new permissions are r-xrwxrwx, not r-xr-xr-x'. What's wrong? + + + + + You're probably running the build on an NTFS filesystem. Use a sane one like ext2/3/4 instead! + +