Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
dandragonrage said:Looks about right. I suggest testing it with... whatever software you use that's I/O intensive
With my MAS, it's fairly flat at 80MB/sec 'til about halfway, then trails off to end around 62MB/sec. Burst speed 102.2MB/sec, CPU utilization 0% +/- 2%, random access 5.5ms, average read 74.4MB/sec
Windows bootup time is a good test (and you'll wipe the floor with RAID-0 Raptor setups)
Zorn said:I run the 36GB Fujitsu MAS and my bootup time is atrocious =\
Zorn said:I run the 36GB Fujitsu MAS and my bootup time is atrocious =\
UICompE02 said:That's probably due to the SCSI selection timeout. When a controller is going out on the bus to see what devices are out there it tries to talk to all the 15 possible targets. The way it does this is by trying to select the device and send a command to it. If there's not a device at that particular device ID, the controller waits a full SCSI Selection Timeout period for the device to respond (or not respond, I guess). That's 250ms per device ID that doesn't have something attached.
If you only have one target drive on your SCSI controller and it's a two channel controller, you'll have to sit through 29 selection timeouts, which is 7.25 seconds of nothing. Plus there's all the other initialization that the SCSI bios has to do. On top of this, some OSes go out and do their own bus scan for devices after the BIOS has done one, which easily doubles the waiting time.
One way around this is to disable SCSI channels if there are no devices on them and on the channels with devices, go into the SCSI BIOS and disable the device IDs which don't have any targets attached to them. I know this is possible with LSI BIOSes, but not sure about others.