On 6/6/2013 6:40 PM, David W. Schultz wrote:
> If users pulling out a card in the middle of an operation is expected 
> to be a problem then you must use a data structure that will tolerate 
> that. 
If a power is pulled from SD card while you are writing to it, in
general you may expect to end up with a corrupted card. You
have no idea what flash translation layer is doing behind the closed
doors. On top of that, a non-journaling filesystem such as FAT
may get corrupted as well.
The FTL behavior will vary from vendor to vendor. Some are
are better then others in maintaining data integrity.

Regards,

Sergei

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to