Storage: CF-card, problems and solutions




Problems that we had while using Sandisk 8GB Compact Flash on the stargates:


Possible causes :


Alternative Plans :


Tests :

  1. Writing test on a USB Hard disk drive with a Stargate
  2. We have tried the same test with following USB Flash Readers.
            Manufacturer  Product Name
            -------------------------------------------------------------------
            COMPUSA       9-in-1 External Flash Media Reader/Writer
            SanDisk       Compact Flash Card Reader
            Acsense       CR-101 Multi-Card Reader
            Q-Stor        USB 2.0 3-Port HUB 33 in 1 Card Reader/Writer
            Among them, only the one manufactured by Q-Stor is compatible with Stargate.
            With it, CF works without crash
    	
  3. As problem 3 shows, under the same condition, several writings from different processes that are not sequential can cause them to fail. So, we partitioned 8GB CF to three (each partition is less than 4GB) and set up each log files (application, router, etc) to be separated to different partition. Then, problem 3 is resolved.


What did we decide to do?


Conclusion : If you need a large storage,


How to make partition on CF :

  $) fdisk     // 'fdisk' is not in the Stargate distribution, so you may need to compile it.


How to make file system on CF :

  $) mkfs /dev/sda1




- Jeongyeup Paek, Ki-Young Jang