From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renaud barbier Date: Wed, 01 Jul 2009 11:54:47 +0100 Subject: [U-Boot] JFFS2 Message-ID: <4A4B4077.1010202@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de U-boot based on v2009.06 I am seeing duplicated file on my JFFS2 partition as seen per u-boot after doing some operations on the partition from Linux. FRom U-boot I can get for instance: lrwxr-xr-x 30 Thu May 28 11:16:50 2009 dtb.old -> orginalfile lrwxrwxrwx 8 Mon May 11 09:00:49 2009 dtb.old -> testfile -rw-r--r-- 11 Mon May 11 09:00:31 2009 testfile In this instance, I created testfile, delete the link dtb.old to originalfile and created the link to testfile. From Linux it is seen correctly even after an umount/mount operation. Has anybody seen that before? Am I am missing something in my U-boot configuration? Cheers, Renaud