On 12/13/2019 09:36 PM, Sergei Shtylyov wrote: >>> As you can see, the deleted file is back after unmount/re-mount... >> >> Did you do a 'sync' before you unmounted? > > Now I have -- no change. > >> With the RZ/A2M EVB: >> >> Welcome to Buildroot >> buildroot login: root >> $ mount /dev/mtdblock3 -t jffs2 /mnt >> $ ls -l /mnt >> total 688 >> -rwsr-xr-x 1 root root 703448 Oct 31 09:08 busybox >> -rw-r--r-- 1 root root 6 Oct 31 09:07 hello.txt >> $ rm hello.txt >> $ sync >> $ umount /mnt >> $ >> $ >> $ mount /dev/mtdblock3 -t jffs2 /mnt >> $ ls -l /mnt >> total 687 >> -rwsr-xr-x 1 root root 703448 Oct 31 09:08 busybox >> >> >> Note that I also needed this patch in my tree. >> https://patchwork.ozlabs.org/patch/1202314/ > > I should have mentioned that I was testing in Simon's renesas.git (thus 5.2-rc6), > this patch is not applicably there. I'll now try Geert's renesas-devel.git (5.5-rc1)... The patch isn't applicable as well, and the behaviour is the same as in 5.2.-rc6 based kernel --deleted file is back after remounting, sync or not... >> Chris MBR, Sergei