Ticket #598 (closed enhancement: invalid)
Include FS for SD cards
| Reported by: | uzytkownik | Owned by: | ainulindale |
|---|---|---|---|
| Priority: | trivial | Milestone: | wishlist |
| Component: | Package requests | Version: | SHR-unstable |
| Keywords: | Cc: |
Description
There are many FS suitable for use on SD card:
- NilFS(?) (included in kernel 2.6.30)
- LogFS
- ...
Currently used ext2/3/(v)fat were designed and optimized for HD.
I'd guess including one in SHR Feed (module, utils etc.) would benefit users much.
Change History
Note: See
TracTickets for help on using
tickets.

NILFS2 is the newer NILFS - with garbage collection:
http://www.nilfs.org/
June 2nd, 2009 NILFS: A File System to Make SSDs [and microSD(HC)] Scream:
http://www.linux-mag.com/id/7345/
http://kernelnewbies.org/Linux_2_6_30
Quote: "...Another advantage of this approach is that the log offers a coherent historical view of all the operations done in the disk in the past. This is called "continuous snapshotting" - snapshots of modifications done in all the filesystem at any time are created automatically due to the log-structure design, with no requirement of intervention from an admin, and with the filesystem size as the only limit. NILFS2 allows to access those snapshots and even mount them (on read-only mode)..."
29 July 2009, Nilfs:An Efficient and Full Featured File System for Linux:
http://talkgeektome.us/nilfs2.xhtml
Quote: "...
[ Importent note: ]
As matter of fact, I discovered that on my Debian Lenny system, the shutdown script that unmounts did not recognize the new file system, and it was not unmounting it. It took me days to discover this, then I wrote in a script to unmount Nilfs on shutdown myself.
...
[ Very fast image reverts, but in case you want to use it like this, then your data ought to be on a separate partition: ]
Here’s another one: if you use virtual machines, maybe you snapshot
the file system the virtual machine’s files reside on. Then, if you
end up wanting to undo it, you can, just by recovering the old version of the virtual machine’s file.
..."