Cheers charles.
On Monday 27 June 2011 15:32:52 Peter Pilley wrote:This is described in HowYaffsWorks.pdf.
> Everyone on List
>
> What are the differences between
>
> __u8 deleted: 1; // This should only apply to unlinked files.
> __u8 softDeleted: 1; // it has also been soft deleted
Soft deletion is only used in yaffs1 mode.
Yes, that is what C bitfields mean.
>
>
> These have been described in yaffs_guts.h
>
>
> would there values only possibly be 0x01 or 0x00?
http://en.wikipedia.org/wiki/Bit_field
They are not in the oob area. What makes you say that this is suggested?
>
> yaffs_guts suggests they appear in the oob area but I cannot see
> anything like this however I am still trying to identify what flags
> say it is a live file or data_chunk
-- Charles