Anyone using SSD for folding

Soldato
Joined
31 May 2006
Posts
7,564
Location
West London
Are any of you guys using SSD?
I had a major boost to ppd when I move to a raptor - but not sure on the volume of small writes F@H produces - is it one every step?
Reads are fine - it's write I have concers over - and the need for TRIM to solve the issue of re-write slowdown.
 
I'm pretty sure you can adjust the write frequency. On the GUI version its in the Advanced settings, in the console version you can set it using the -configonly flag and going into the Advanced section and setting it when it asks this question:

Interval, in minutes, between checkpoints (3-30) [15]?

just remember if you make it longer it means that if your PC crashes it will roll back to the last checkpoint saved.
 
I am fairly certain you will be onto your next SSD before you came close to wearing out your current one, so just up it to 30 mins and you will be fine.
 
It's not just the wear - as you say SB 3+ years is more than enough for me
It's the re-writes - and the need for TRIM or wiper.exe or Perfectdisk10 & Diskeeper combo.

The last looks the most intresting as it should work on all drives (but may reduce life span by a few weeks with is acceptable)
 
The larger interval the better to save on the rewrites, but considering it will only be every 15 minutes or more, I don't think you will have a huge problem. Also, get yourself Windows 7 ya bum! It supports TRIM natively :D
 
I'd honestly go the Windows 7 route and run FaH in a VM. You really don't lose much PPD by going the VM route plus you have the advantage of better folding performance on Linux and can let Windows take care of looking after your SSD.

Windows 7 should also run AutoCad - and, as you say, it is Wife-Certified! :p
 
As an alternative, run ubuntu 24/7 with folding smp in the background. If the missus shows interest in using the computer, fire up a copy of xp within virtualbox (full screen, taskbar hidden) and she won't know the difference, and it'll keep folding. Unless she holds right control and hits f anyway. Dual boot for cad/3D games.

I run ubuntu all the time with windows in virtualbox full screen on a second monitor, just mouse over to move between them. CAD + virtualbox is painful, so I reboot to a copy of vista 64 (12gb ram => xp would be silly) when I want to use cad. A bit obsessive, but vista doesn't have internet access (ethernet driver absent), so it doesn't run firewall/antivirus, doesn't fill up with misc crap from the internet and generally runs far cleaner than any internet facing copy of windows I've used.

On topic, I ran it from a vertex for a while, noticed no change in ppd. May have not been paying attention though.

Semi ontopic, the directories /tmp, /var/log, /var/tmp are the ones written to most often under linux (might be lynched for this generalisation). If you don't care about logs/back them up before rebooting, you can put these into a ramdisk by writing three lines of code in /etc/fstab. /tmp in ramdisk is always good. The majority of writes made by ubuntu then go into ram, significantly reducing the number of writes made to the ssd. Good for lifespan. More importantly, because ssds tend to struggle with loads of little writes, moving all of these into ram leaves the drive free to read and write more exciting things, and the entire system runs much faster. Posting from an atom based netbook with a vertex in, when it has ubuntu running the little thing flies. Shame I broke the network manager.

Put this in /etc/fstab, tmpfs defaults to half your ram in size but you can change this if you wish. I think its size=6G etc. under options
Code:
tmpfs /var/log tmpfs defaults,noatime,mode=0755 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0
Warning: this will cause some packages to fail mysteriously when they cannot access the log directories that were installed with the packages and then disappeared at reboot. To rebuild the directory structure inside /var/log on each reboot,

add these lines to /etc/rc.local above the 'exit 0' line:

for dir in apparmor apt cups dist-upgrade fsck gdm installer news samba unattended-upgrades ; do
mkdir -p /var/log/$dir
done
 
Last edited:
Thanks JonJ :D
Looks like Intel have pulled all the kinston 40Gb drives off the shelves (last place sold out yesterday on my way home :( so having a think on the whol ssd thing.
Under £2 a Gb was my turning point - should have pressed buy at work yesterday.

OT/ will try and get to a post office for you today - but I'm working at home today due to snow so will see how many more inches fall between now and late lunch.
 
The Intel value drives sold out already? A bit mad really given the price increase over the Kingston ones, fair play Intel. I guess the 35mb/s write speed was a typo.

They're worthwhile really. Everything starting instantly instead of after a few seconds doesn't sound like it's worth paying for, but it's remarkably pleasant in practice. Software installs go hilariously fast as well. If you don't need a 120gb OS drive the price isn't too insane, even at >£2/gb

I'm trapped away from home and doubt the royal mail are working very efficiently, so please don't get yourself killed on the road for the sake of a few barbs :)
 
Looks like I've got two secondhand sammy SLC drives arriving next week :D (£1.40 a GB)
So really pleased I didn't get the kingston's now. As SLC mean 10x more cycles than MLC :)
The intels at a 100 each are not such a good deal - they are 90 in Europe and 80 in the US.
 
Back
Top Bottom