[Yaffs] can't see files after umount

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: yuri.golovach@mindspeed.com
Date:  
To: yaffs
Subject: [Yaffs] can't see files after umount
I've downloaded and setup newest yaffs2 sources on my kernel. All is fine.
I can do 
mount -t yaffs2 /dev/mtdblock3 /mnt/y
cp test1 /mnt/y
ls /mnt/y
    lost+found    test1


but after
umount /mnt/y
mount -t yaffs2 /dev/mtdblock3 /mnt/y

when I do ls /mnt/y
I receive only lost+found folder

I don't receive any warning/errors messages. Can someone help me and
recommend what to do?

Thanks.