View Single Post
Old 25th July 2008
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

@JMJ_coder

Yes this is generally a good idea, but considering limited life of flash you have to remember about these things:
- disable SWAP
- mount /tmp in RAM
- mount /var/tam in RAM
- disable all useless logging in /var/log (by config or by links to /dev/null if you are lazy)
- or even mount /var/log in RAM

Quote:
Originally Posted by BSDfan666 View Post
While this is a neat idea.. CF cards are considerably slower then their IDE/SATA counterparts.
That depends on CF you use, there are CF's like Corsair Votager, Buffalo, OCZ Rally2 or Patriot Exporter which provide constant 24MB/s write + 32MB/s read with about 0.1-0.9 ms random access time.

Single drive may not be as fast as harddrive, but RAID0 of 2-4 or even RAID5 of them would give you constant 80MB/s write + 120MB/s read with about 1ms RAT which is comparable to today's SSD's.

It would be very easy do do such thing, 1 even slow CF for / + software RAID0/5 in 4 fast CF's.

You may wath some performance tests of CF's here:
http://www.xbitlabs.com/articles/mem...h-roundup.html
http://www.xbitlabs.com/articles/mem...oundup_11.html
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote