﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
206	the NDFS32 file system can handle EAs, at least with SMB plugin	Yuri Dario	bird	"Also the NDFS32 file system driver can handle extended attributes, at least with SMB plugin. Probably also the local and ramfs plugins could too.

Unfortunately this feature depends on the plugin used and so it depends on the mounted resource. This means a NDFS32 drive can handle EAs for some directories only.

The following patch enables EAs for NDFS32 too:

{{{
Index: fs.c
===================================================================
--- fs.c	(revision 3650)
+++ fs.c	(working copy)
@@ -1817,6 +1817,7 @@
         strncat(pFsInfo->szName, (const char *)&pfsqb->szName[pfsqb->cbName + 1], sizeof(pFsInfo->szName) - 1);
     if (    !strcmp(pFsInfo->szName, ""JFS"")
         ||  !strcmp(pFsInfo->szName, ""HPFS"")
+        ||  !strcmp(pFsInfo->szName, ""NDFS32"")
         ||  !strcmp(pFsInfo->szName, ""FAT""))
     {
         pFsInfo->fZeroNewBytes  = 1;

}}}

I wonder what happens if drives are added/removed while a libc program is running, not only for netdrive but also for lvm.
"	defect	closed	normal	libc-0.6.4	libc-backend	0.6.2	normal	wontfix		
