• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by Windreaper

  1. W

    Convince me to keep the faith for a Ryzen cpu...

    That's what I used to think, 90% of 8700K performance at half the price. A lot depends on the chip holding its max turbo clock on stock/cheap air cooling, though (most reviewers use high-end AIO). EDIT: A 8400 can indeed max turbo on the stock cooler, if you don't mind the noise: I was...
  2. W

    AMD Q317 Results CEO Prepared Remarks

    To my best knowledge, the 12nm LP process used by the Ryzen refresh is just an evolution of the licensed 14nm LPP with tighter design rules, correct me if I'm wrong. The increased density should result in some clock speed improvements, but wouldn't expect anything groundbreaking. Vega is...
  3. W

    AMD Q317 Results CEO Prepared Remarks

    Not trying to argue with you, but games do care, for now. 3D API overhead is a major reason high single-core speed is even necessary for consumer/gaming use (and where Intel holds any kind of major advantage). Once modern low-overhead APIs become the standard, 6-8 cores at a decent power...
  4. W

    AMD Q317 Results CEO Prepared Remarks

    I'd say Intel's sin was segmenting the lineup too hard (out of greed?). For the record, Intel "14nm" process is by and far the most dense (https://en.wikichip.org/wiki/14_nm_lithography_process), I'd count that as a pretty significant fab and engineering advantage. See...
  5. W

    How much untapped potential does Zen have?

    While the process remains the same, as far as I know, it would subjectively appear that the yields have improved to some extent (improving quality down the line). I've read some reports of RMA replacements needing less voltage (while some reported no improvement), my RMA chip was also slightly...
  6. W

    Low watt processor with decent performance?

    Pentiums generally have ECC support, and that seems to be case for the Kaby Lake G4600 at least. ECC support on the i3s is more patchy, at least the locked i3 7100 has it according to ark.intel.com. Even the unlocked i3-7350K lists ECC support. I guess Intel didn't want to enable ECC on the...
  7. W

    Low watt processor with decent performance?

    Unless you do some heavy transcoding on the CPU, a Pentium is more than sufficient for a NAS. Has ECC support too. AsRock makes some very well-featured mITX boards, but I've had some problems with their software. Or just get an embedded board like suggested in the above post (can be a bit more...
  8. W

    Intel's 8th Generation Core Family - Coffee Lake (LGA 1151, 6C/12T)

    Wouldn't expect miracles if they stay on the same low-power process, maybe ~200MHz more headroom and a small IPC boost (glad to be wrong, though). Ryzen is essentially a server chip, it's designed for efficiency over maximum performance. The reason most non-X SKUs operate in the 3.0-3.5GHz range...
  9. W

    Raid 5 for video work/VMs or should I just go solid state?

    @silk186 That depends on the RAID controller. TRIM should work with 6-series and newer Intel chipsets.
  10. W

    Raid 5 for video work/VMs or should I just go solid state?

    Definitely SSDs for that kind of workload. Crucial M500 is a good choice because of the enterprise features and good GB/$. I wouldn't worry about striping SSDs if you need the performance and don't mind a little downtime in case of a hardware failure. Just keep your OS and programs on a separate...
  11. W

    Thinking of downsizing my NAS server

    A lot depends on the size of your working set. If it is too large to fit in RAM and there are lots of small random reads then yes L2ARC will be useful. It's all about the latency. You can use arcstat and arc_summary to monitor your cache hit rates and see for yourself if it's worth it for you...
  12. W

    Thinking of downsizing my NAS server

    Mmh, you would be trading fast cache for a larger amount of slow cache. And that might be wasted unless your usage pattern is I/O heavy. Data that is accessed frequently gets thrown to the L2ARC. So if you're mainly using your file server for streaming movies it does nothing for you.
  13. W

    Thinking of downsizing my NAS server

    You should max the RAM (ARC) before even thinking about L2ARC. The L2ARC index needs to be stored in ARC eating into your already low amount of RAM. L2ARC is more for the situation where you already have lots of RAM and need good IOPS. Wouldn't consider it for a normal home file/media server.
  14. W

    Reconsidering Mirroring

    Striping mirrors (1+0) is a lot safer. If you mirror two stripes of 3 drives (0+1) and lose just one drive from each set your data is gone. With the same drives in striped mirrors you can lose two drives from both sets since all drives in a mirror hold the same data. However, the failure...
  15. W

    Expand my zpool

    To my best knowledge zfs wouldn't rebalance the data but would favor the larger vdev for new writes, correct me if I'm wrong.
Back
Top