Embedded RISC » OnRISC

ID #1045

How to force thorough file system check for the microSD/CF card?

To check the file system make following steps:

1. Enter BIOS->System Console
2. execute e2fsck for desired medium
    • for internal microSD card execute e2fsck -fy /dev/sda1
    • for CompactFlash card execute e2fsck -fy /dev/hda1

 

After checking your medium reboot the system. The -fy option means -f (force checking) and -y (assume an answer of 'yes' to all questions). For more infomation about e2fsck see its man page http://linux.die.net/man/8/e2fsck

Tags: -

Related entries:

Last update: 2010-12-20 12:17
Author: Support
Revision: 1.1

Digg it! Print this record Send to a friend Show this as PDF file
Please rate this entry:

Average rating: 1 out of 5 (3 Votes )

completely useless 1 2 3 4 5 most valuable

You cannot comment on this entry