Slashdot Mirror


User: eviljav

eviljav's activity in the archive.

Stories
0
Comments
62
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 62

  1. Re:My solution on Silent, Durable Media For Servers? · · Score: 2, Informative

    It was a cheap CF card attached through an ide->cf adaptor, so I doubt it was doing any defect management, or if it was, it ran out of sectors to swap in.

    It didn't show up as the drive shrinking, (that would have been neat), it was losing data - e2fsck errors, occasionally corrupted log files etc. Eventually I tried testing it by doing things like "dd"ing an image off of it, formatting that image via loop back and "dd"ing it back, and finding errors on the newly written drive.

    At that point, I gave up on that cf disk, and switched to "boot off cf, but run on ram disk" plan.

    I wanted to try out one of sandisk's ide cf drives, but adding ram and buying a new cf module was easier.

    -eviljav

  2. Re:noatime? on Silent, Durable Media For Servers? · · Score: 1

    No, I didn't mount it "noatime", though that would have been smart.

    Sticking the whole operating system into tmpfs has worked out fine though, the system image fits in less than 24MB, so the box has over 400MB free...

    -eviljav

  3. Re:As usual, more than one way to skin this cat. on Silent, Durable Media For Servers? · · Score: 2, Informative

    I'll second the vote for the seagate FDB drives, they're very quiet.

    For laptop drives, in my experience, IBM laptop drives are pretty loud (as laptop drives go), but Fujitsu's laptop FDB drives (specifically the MHS series - i.e. MHS2030AT) are very quiet.

    -eviljav

  4. My solution on Silent, Durable Media For Servers? · · Score: 3, Informative

    I had a similar issue with noise, and tried the same solution (fanless mini-itx with CF for storage).

    My cf card died within a couple of months, apparently from writes to the log files in /var.

    The replacement setup I did boots from CF, loads the operating system into tmpfs (ram disk if you're not familiar with it), and switches to
    running on completely from ram.

    In other posts people have suggested frequently backing up you email onto the CF card - if you decide to do that (and it seems like a really good idea), you should be able to get a lot more life out of your card if you dd the image off the cf card into ram, mount the image via loopback, update the files on it, and then dd it back to the disk. It's not the total number of writes to the cf device which kills it, it's the number of writes to a given block which does it in, and updating several files in a directory ends up beating on the same few sectors many times with updates to the directory's metadata.

    This takes "lots" of memory, but it's pretty cheap to slap 512MB into a mini-itx box, mail is pretty small, and if that's the only thing the system is doing, you can easily fit the whole image in less than 64MB.

    -eviljav

  5. cdrom holder on Creative Uses for 5.25" Drive Bays? · · Score: 1

    This seems neat: CD Home (it's a (10 disk?) CD holder that fits in a 5.25" bay).

  6. Re:Heh on Battlefield Lasers · · Score: 1

    Are you trying to suggest that this laser program is only a half-ass attempt?

  7. Re:Noisy Fans? on Using Radiators to Cool CPUs · · Score: 1

    The same imac that has a hard drive loud enough to drown out a dell sitting next to it with 3 fans?

  8. No. on Any Bootable Wireless NICs ? · · Score: 0

    At this point, there aren't any.

  9. Re:Whats the point of making the case small? on Full Powered, Compact, Gaming Rigs? · · Score: 1

    For a small display, maybe you could try something like this: http://www.thinkgeek.com/stuff/things/3288.html

  10. List of banner adds on the site? on Making Banner Ads Suck Less · · Score: 2

    I'd like it to be easy to get a list of the banner adds on a site. Occasionally I notice an add, click on something else (the story of the day or something), then remember that I wanted to see that add only it's too late. A nice - easy to get to index of adds served on the page would be helpful here.

  11. Re:Plugins for Non Windows Browsers on Plugin Availability For Non-x86 Browsers? · · Score: 1

    rbowen said:
    >In exchange for your left foot (payment up front)
    >I will write you Quicktime and ASF for Linux.

    At least that won't cost "an arm and a leg".

  12. Re:There's a lot more than 802.11b coming on Wireless LANs and Linux · · Score: 1
    RE:
    Will that work point-to-multipoint (which is what I meant by a proper LAN)? So if I've got three or four wireless devices, I can serve them all simultaneously off a single 802.11b card in peer-to-peer mode with no need for an access point?
    Yes