Berkeley CSUA MOTD:Entry 39410
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/27 [General] UID:1000 Activity:popular
4/27    

2005/9/1-2 [Computer/HW/Drives] UID:39410 Activity:nil
9/1     any caveats to running FSCK on a hardware raid 5 volume?
        url pointers / random comments appreciated.
        \_ It's just a filesystem. Be aware that a large RAID can take
           a long time. It's one reason I prefer NetApp.
           \_ Concur. If you're fsck'ing anything you've got raid 5 on,
              you'll have live with whatever time it takes to check it.
              Think about getting a journaled filesystem.
           \_ Netapp is fun n all until you have to run a wafl_check.
              \_ WAFL_check can be pretty quick nowadays.  They've optimized
                 significantly over the last few years.  -rollee
2025/04/27 [General] UID:1000 Activity:popular
4/27    

You may also be interested in these entries...
2013/5/6-18 [Transportation/Car, Computer/HW/Printer] UID:54673 Activity:nil
5/6     http://goo.gl/KiIMT (shortened link from http://HP.com)
        seems like I get these every 6 months or so from HP.  Do all drives
         have these kind of issues and I only see the ones from HP because
         they are diligent about reporting/fixing these issues?  Or do they
         suck?   (It's not actually their drives so...)  Also, do I really
         need to bring down my production infrastructure and fix all this
	...
2012/1/4-2/6 [Computer/HW/Drives] UID:54281 Activity:nil
1/4     I want to test how my servers behave during a disk failure and
        a RAID reconstruction so I want to simulate a hardware failure.
        How can I do this in Linux without having to physically pull
        a drive? These disks are behind a RAID card and run Linux. -ausman
        \_ According to the Linux RAID wiki, you might be able to use mdadm
           to do this with something like the following:
	...
2011/9/14-10/25 [Computer/HW/Drives] UID:54173 Activity:nil
9/13    Thanks to Jordan, our disk server is no longer virtualized. Our long
        nightmare of poor IO performance should hopefully be over. Prepare for
        another long nightmare of poor hardware reliability!
        ...
        Just kidding! (I hope)
        In any case, this means that cooler was taken out back and shot, and
	...
2010/1/22-30 [Computer/HW/Laptop, Computer/SW/OS/OsX] UID:53655 Activity:high
1/22    looking to buy a new development laptop
        needs ssdrive, >6 hr possible batt life, and runs linux reasonably
        Anyone have a recommendation? Thx.
        \_ thinkpad t23 w ssdrive and battery inplace of drive bay
        \_ Ever wondered what RICHARD STALLMAN uses for a laptop?  Well,
           wonder no more!
	...
2009/10/27-11/3 [Computer/HW/Drives] UID:53474 Activity:nil
10/27   I just read an article that Facebook had moved their database
        to all SSD to speed throughput, but now I can't find it. Has
        anyone else seen this? Any experience with doing this? -ausman
        \_ I hope you're not running mission critical data:
           http://ask.slashdot.org/story/09/10/27/1559248/Reliability-of-PC-Flash-SSDs?from=rss
        \_ Do you have any idea how much storage space is used by Facebook,
	...
2009/8/21-9/1 [Computer/SW/Unix] UID:53297 Activity:nil
8/20    When I use rsync to backup, it's pretty cool except in cases where
        I rename a directory name from the source. Rsync will just do
        a plain copy. Is there a program that'll detect renaming of
        directories (by checking for children files), or at least
        move them to a dated directory?
        \_ Not related but beware of using rsync as a backup tool.
	...
2009/7/24-27 [Computer/SW/WWW/Browsers, Computer/SW/OS/OsX] UID:53191 Activity:kinda low
7/24    Firefox 3.5.1 on MacOS is a piece of crap. It crashes ALL THE TIME.
        It has crashed 3 or 4 times on me in the last hour, and not on
        the same pages either. The new Yahoo! home page also sucks ass.
        \_ os x keeps trashing my raid disk: '11 hours to rebuild. have fun
           with the kernel IO subsystem running like shit until then".
           Worthless piece of shit.
	...
2009/5/2-6 [Computer/HW/Laptop, Computer/HW/Drives] UID:52933 Activity:kinda low
5/2     I have a 1Gbps switch. It is connected to a SANS RAID-1 with
        two WD Green 1T that takes 1Gbps connection, as well as a laptop
        that is also 1Gbps. Online benchmarks show *sustained* transfer
        rate of about 1/2 of 1Gbps with the WD Green... cool!!! But
        in practice, I'm only getting 68Mbps (read SANS->PC file transfer),
        far below what I expected. The switch says both devices are using
	...
2008/12/4-10 [Computer/HW/Drives] UID:52169 Activity:nil
12/5    In RAID 1, when I write, is it a synchronous write to both drives?
        In another word, is my write complete upon verifying BOTH drives
        have written (indicating the slowest drive = bottleneck)? How about
        read? Does RAID 1 require reading both drives, comparing results,
        then returning them? Or can it do striping read?
        \_ Write completes when it has written to both so RAID1 writes are
	...