Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Having run a gaming room at a convention... (Score 1) 175

I've done a similar setup at my house for probably similar reasons - solves the problem of friends bringing over their nappy computers with ancient video cards and me having to upgrade that and get it all running every lan party.

I used opensolaris (and now openindiana) for the back end server. It has lots of ram and some SSDs for the l2arc cache so most things end up being cached. I use zfs snapshots for the clone systems.

This works well, and performance falls somewhere between an SSD and a Hard drive for gaming load times... with one exception.. boot times for the diskless systems is horrible. Like 2 minutes each.

It looks like you are booting your windows off VHD and putting the differential on the local SSD? Any benefits of doing that over just running everything from the backend server?

I'm thinking about getting an SSD for mine and using that for the boot partition of the systems, and then having steam on an iscsi mount off the backend server. That should give great performance, and fast boot times. But I wouldn't be able to rollback the OS to the master state like I can do now.

Yeah, so what did you do software wise?

Comment Re:With SSDs, who needs it? (Score 2, Informative) 329

People don't do enough research and buy the wrong stuff. If you need fast writes, you get the Intel X25-E. If you need fast reads, the Intel X25-M is fine. If you need the SSD to take a punishing amount of writes over the years, you get the X25-E again. If you aren't planning on punishing it with writes, the X25-M is again fine. If you need cheap, then you get an extra helping of crappy write I/O. :-)

If you want to have monstrously fast storage, you build a raid with zfs, and use one or two X25-Ms for the L2ARC cache and a mirrored (through zfs) X25-M pair for the zil cache.

I'd rather use SSD to supplement traditional storage rather than to run straight off it. But that said, I have been running my mythtv box off of an 8GB Transcend compact flash for the OS for over two years now with great results. It is a gentoo system, so I compile stuff on it all the time. Of course it has a mysql database that gets updated daily because of the schedules it pules down for mythtv. No problems there, and no regrets.

But more to your point, the problems that plagued crappy SSD controllers and designs are being worked out, and probably somewhat soonish won't be a relevant issue anymore for most people.

Comment Re:With SSDs, who needs it? (Score 1) 329

SSDs are tiny compared to the spinning rust variety.

But here is where ZFS kicks butt. You can attach SSDs to be the read and/or write cache for your large array of magnetic disk. You use an MLC SSDs for read cache, and a SLCs for write cache. If you do this you effectively turn your big slow array into crazy crazy fast storage.

I set up a opensolaris/zfs setup like this at home. I connect to it from my gaming pc, and have my apps installed on an iscsi target on opensolaris through regular gigabit. Do you know how crazy fast games launch? All games? It is like I am playing them all from a ram drive. I probably can't express how awesome it is.

Also, from a recent conference on ZFS it looks like they will have the ability to increase/decrease widths of strips, encryption, and single instance storage soon. Single instance storage will be great for me since my home systems get their disk from the server like I mentioned about.

Slashdot Top Deals

Successful and fortunate crime is called virtue. - Seneca

Working...