Re: [yocto] Question about file systems

2013-03-07 Thread David Woodhouse
On Tue, Mar 5 2013 at 08:20 -0800, Paul D. DeRocco wrote: > So I guess the questions are these: Are ext2, ext3 and ext4 all equally > likely to need to do an "fsck" after a disorderly shutdown? Do they > typically take different amounts of time to do an "fsck"? Or is the > journaling of ext3 and ex

Re: [yocto] Question about file systems

2013-03-06 Thread Rudolf Streif
There is a major difference between ext3 and ext4 which is called "delayed (block) allocation." Delayed allocation of blocks increases the risk of data loss in certain circumstances. While ext3 typically syncs cache to disk every 5s, it can take 2min with ext4. On Wed, Mar 6, 2013 at 10:20 AM,

Re: [yocto] Question about file systems

2013-03-06 Thread Trevor Woerner
On Tue, Mar 5, 2013 at 9:20 PM, Paul D. DeRocco wrote: > So I guess the questions are these: Are ext2, ext3 and ext4 all equally > likely to need to do an "fsck" after a disorderly shutdown? Do they > typically take different amounts of time to do an "fsck"? Or is the > journaling of ext3 and ext4

Re: [yocto] Question about file systems

2013-03-06 Thread Autif Khan
On Tue, Mar 5, 2013 at 9:20 PM, Paul D. DeRocco wrote: > This is really a Linux question, but since it is specifically about embedded > systems, I'm hoping this group is a good place to ask. > > My application is based on an Atom, with a small USB flash drive (SLC) for > its storage. I'm trying to

[yocto] Question about file systems

2013-03-05 Thread Paul D. DeRocco
This is really a Linux question, but since it is specifically about embedded systems, I'm hoping this group is a good place to ask. My application is based on an Atom, with a small USB flash drive (SLC) for its storage. I'm trying to decide what file system to use. The application doesn't do a lot