Embedded linux notes

From IdeaNet
Jump to navigationJump to search

filesystem mounting consideration (with USB flash disk)

  • case of the root filesystem
    • Pass the following parameter to the kernel command line: rootflags=noatime
    • OR: Remount the root filesystem with the noatime option: mount –t jffs2 –o remount,noatime /dev/mtdblock3 /


Links

Embedded Linux - Managing Flash Memory <- it not really applies to USB flash memory

Installing Linux (Debian) on USB hard drive and USB flash/jump drive