/etc/init.d/checkfs.sh for quite a long time, then moved it somewhere else). The point is that at some step of your boot process the fsck tool is started with a set of commandline parameters. Eg. Ubuntu Hardy executes something like this:fsck -C -V -R -A -a -f/dev filesystem has changed a bit. The boot and recovery images are not available as /dev/mtd/mtd1 (etc.) anymore. You've to look for them here: /dev/block/platform/omap/omap_hsmmc.0/by-name/boot.
fsck.ext3 with the -c checks the filesystem for read errors and creates a (new) bad block list. However what if you want to revert this operation, because you want to access files that occupied these bad blocks? Here's the answer: fsck.ext3 -L /dev/null [device]
Recent comments
2 days 12 hours ago
1 week 5 days ago
1 week 6 days ago
1 week 6 days ago
2 weeks 11 hours ago
2 weeks 19 hours ago
2 weeks 4 days ago
2 weeks 4 days ago
4 weeks 2 days ago
4 weeks 2 days ago