downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Kurulum> <Yapılandırma/Kurulum
[edit] Last updated: Fri, 23 Mar 2012

view this page in

Gereksinimler

xattr eklentisini kullanmak için, libattr sisteminizde kurulu olmalıdır. Libattr » http://oss.sgi.com/projects/xfs/ adresinden edinilebilir.

Bilginize:

Bu işlevler sadece ek özniteliklerin desteklendiği dosya sistemlerinde dosya sistemi bağlanırken etkinleştirildikleri takdirde çalışır. Ek öznitelikleri desteklediği bilinen dosya sistemleri şunlardır: ext2, ext3, reiserfs, jfs ve xfs.



add a note add a note User Contributed Notes Gereksinimler
sven _ oostenbrink atserver yahoo dot co 07-Aug-2009 06:29
An important thing to realize, if you wish to use xattr, you need a filesystem that has extended attributes functionalty and also has those enabled! I lost quite a bit of time with puzzling why xattr was not working with my ext4 system, until I found that the extended attributes, by default, are not enabled.

Adding user_xattr to the mounting configuration of the filesystem where I was working fixed the problem

/dev/sdb2    /home               ext4    relatime,user_xattr        0       2

 
show source | credits | stats | sitemap | contact | advertising | mirror sites