• 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.

Disk configuration and REFS

zappakat

n00b
Joined
Jun 25, 2014
Messages
1
I'm trying to decide on the best design from both a storage and filesystem perspective for my new machine and am looking for some suggestions.

As I'm running Windows 8.1 Pro my options on the filesystem are limited but I'm wondering how many people out there are running storage spaces / refs and are they happy with it? In addition to which is it possible to format a single HDD using refs and use it as an offline backup drive?

My basic thinking is along these lines:-

1x 256GB SSD - Operating system / NTFS (should allow me to re-install without having to re-install everything)
1x 256GB SSD - Programs / NTFS
1x 512GB SSD - Virtual Machine datastore / EXT4 (although the storage appliance will need to go elsewhere)
2x 3TB HDD - Data files e.g. photos, documents, films etc / refs storage pool utilising RAID1 (added benefit of datarot protection)
1x 3TB HDD - Backup offline drive (icydock removable tray) for isolated backup / refs if this is possible? Does refs heal if the bits swap over through it's own checksums or does it rely on the other disks in the pool?

Quite a few disks I know, I'd rather use RAID1 than other capabilities and I don't trust HW or software RAID enough on it's own.

Thanks
 
Personally I wouldn't trust microsoft for RAID either, but that's just me. Basic checksums don't allow repairing, your need parity data, and I'm not aware of any file system that will allow you to use some percentage of your space for parity, ZFS for example will double or triple everything on the drive. From what I read ReFS can't do that either.

It's too bad because such feature (5% parity on a drive for example) would be useful for cold storage backup.
 
Back
Top