• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Using compact flash vs microdrives in embedded pcs

I have (obviously) taken an interest in embedded pc's and was interested in the storage mediums that are available.

Assuming that I would be using proxy, ftp and other services on the device, what would be the pros and cons of using CF vs microdrives.

For example, wouldn't CF be limited to a limited number of writes in its lifetime before it fails?
In addition, how would the reliability and speed of microdrives compare to CF?

Thanks

------------------
 
> For example, wouldn't CF be limited to a limited number of writes in its lifetime before it fails?

Yep, so if your temp folders and swapfile aren't on a (DRAM) RAMdisk instead of the flash card, prepare for a quick demise, unless using an embedded OS that essentially does the same thing in system RAM.

> In addition, how would the reliability and speed of microdrives compare to CF?

I know flash controller speed is a bit low for reads, 11 MB/s current and 20 MB/s near future (and writes are slower), but I don't know the speed of microdrives.
 
Originally posted by: DaveSimmons
> For example, wouldn't CF be limited to a limited number of writes in its lifetime before it fails?

Yep, so if your temp folders and swapfile aren't on a (DRAM) RAMdisk instead of the flash card, prepare for a quick demise, unless using an embedded OS that essentially does the same thing in system RAM.

> In addition, how would the reliability and speed of microdrives compare to CF?

I know flash controller speed is a bit low for reads, 11 MB/s current and 20 MB/s near future (and writes are slower), but I don't know the speed of microdrives.

Microdrives get around 5-10MB/s, no?

I will be using FreeBSD(acutally pfsense, a m0n0wall derivative)and I'm pretty sure that it knows how to use the RAM😉

 
Back
Top