Author: Murali N Date: To: yaffs Subject: [Yaffs] unable to find the 'data' in data partition after
re-mouting the partition....
Hi,
I am unable to find the data in the 'data' partition after i remount
the partition.
I am not getting any clue on this because there are no error messages
from either driver or YAFFS2 filesystem!!!
I would like to know the possible reasons for this behavior. Below is
the output.
cd /data/
# ls
ls
tempfile
shared
gpsone_d
wiper
wpstiles
dalvik-cache
radio
property
app
app-private
data
local
misc
dontpanic
lost+found
# pwd
pwd
/data
# cd /system
cd /system
# umount /data
umount /data
# mount -t yaffs2 /dev/block/mtdblock4 /data
mount -t yaffs2 /dev/block/mtdblock4 /data
# cd /data
cd /data
# ls
ls
lost+found
# exit
exit