Difference between revisions of "Repartitioning Root Storage Devices for Linux"

From wiki.emacinc.com
Jump to: navigation, search
m (Marked for review.)
Line 1: Line 1:
{{todo|(11.27.13-00:45->MD+)|Mike Dean|project=oe 4,oe 5,md,Review,ky}}
+
{{todo|(11.27.13-00:45->MD+);(11.27.13-16:00->KY+)|Mike Dean|project=oe 4,oe 5,md,finaldraft,ky,mg}}
  
 
Many embedded systems require writing to persistent storage during routine operation. While the journaling filesystems used on EMAC OE systems are tolerant of power failures during a write to the filesystem, it is advantageous to leave the root filesystem mounted read-only as often as possible to prevent any possibility of data loss or corruption on the root filesystem. Depending on the target hardware and system requirements, it may be possible to accomplish this using a separate disk (such as an SD card) for data storage. In other situations, secondary partitions on the primary root storage device may need to be used for any application-specific data that needs to be written to disk. The articles below describe the process of creating and utilizing an additional partitions for data storage on different storage devices.
 
Many embedded systems require writing to persistent storage during routine operation. While the journaling filesystems used on EMAC OE systems are tolerant of power failures during a write to the filesystem, it is advantageous to leave the root filesystem mounted read-only as often as possible to prevent any possibility of data loss or corruption on the root filesystem. Depending on the target hardware and system requirements, it may be possible to accomplish this using a separate disk (such as an SD card) for data storage. In other situations, secondary partitions on the primary root storage device may need to be used for any application-specific data that needs to be written to disk. The articles below describe the process of creating and utilizing an additional partitions for data storage on different storage devices.

Revision as of 16:57, 27 November 2013

TODO: {{#todo:(11.27.13-00:45->MD+);(11.27.13-16:00->KY+)|Mike Dean|oe 4,oe 5,md,finaldraft,ky,mg}}

Many embedded systems require writing to persistent storage during routine operation. While the journaling filesystems used on EMAC OE systems are tolerant of power failures during a write to the filesystem, it is advantageous to leave the root filesystem mounted read-only as often as possible to prevent any possibility of data loss or corruption on the root filesystem. Depending on the target hardware and system requirements, it may be possible to accomplish this using a separate disk (such as an SD card) for data storage. In other situations, secondary partitions on the primary root storage device may need to be used for any application-specific data that needs to be written to disk. The articles below describe the process of creating and utilizing an additional partitions for data storage on different storage devices.