Hi, Has anyone else here noticed that with Zope 2.7.x and LocalFS-1-3-andreas, when FS-based objects are changes through LocalFS, changes are also stored to the ZODB (you'll see a transaction for any change made in the Undo tab of the root of your Zope instance) as well? The changes are made up as follows (from fsdump.py): data #00000 oid=000000000000727e class=OFS.Image.Pdata data #00001 oid=000000000000727f class=OFS.Image.Pdata data #00002 oid=000000000000727c class=OFS.Image.Pdata data #00003 oid=000000000000727d class=OFS.Image.Pdata data #00004 oid=000000000000727b class=OFS.Image.Pdata data #00005 oid=0000000000007282 class=OFS.Image.Pdata data #00006 oid=0000000000007283 class=Products.LocalFS.LocalFS.ObjectWrapper data #00007 oid=0000000000007280 class=OFS.Image.Pdata data #00008 oid=0000000000007281 class=OFS.Image.Pdata ...and packing removes them. Does anyone know what's causing this and what could be done to fix it? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk