what I am looking to do is setup a 4 tb raid 0 array to replace dropbox. My sons small company uses dropbox, and the other day something happened and they lost all 2 TB of data. I have this extra EPYCD8 and a 7542 32 core EPYC chip with 128 gig ECC RAM. Maybe overkill for a data server, but it has to be enterprise quality. I can setup linux (mint 20.3) easily, but I don't know much about creating a raid0 array or how to create a share that windows boxes can see.I dont think you can unless UEFI has a built in software raid controller to make a bootable Raid Array
Intel required you to use a VROC chip to activate it, even on the server boards.
I am guessing possibly the same thing with AMD enterprise.
Otherwise I see no issues if you need to do it via software inside linux, unless you want a bootable Raid Array.
So the proper order would be install linux onto a boot drive -> setup software Raid using Linux -> set sharing once setup.
If your trying to do a bootable 8TB array, again i don't think thats possible without a dedicated raid controller.
stupid me, I MEANT raid 1 ! I think raid 5 and 10 are possible alternatives, but then I need more drives.Ah, if you are giving away the system and they just want to use it for a file server, you might want to look into Truenas Scale. It might be right for them, especially with all that ECC RAM. That said, you might want to do a mirror instead, since it seems like keeping the data safe is important.
I don't want the ail, and I have the EPYC sitting around doing nothing, so that why. But yes, about 20 employees, and today they use dropbox (which I know nothing about) but lost a lot of data. My sons 1700x (ancient I know) saved them, as he left his on, and had the mirror. Took them a week to recover.It sounds like this system is just going to be a file server. An Epic system seems a bit overkill for that. For our small company we just use a Windows based desktop to store the files, and use Dropbox for remote access and a third backup. We also backup to a second local drive in the machine and a portable drive that gets swapped out monthly and stored off site.
stupid me, I MEANT raid 1 ! I think raid 5 and 10 are possible alternatives, but then I need more drives.
now on Truenas, is that software raid ? can it do raid 1 ? I know something about raid, as I worked for 30 years in IT and knew something about our data center. They ran raid 10. The striped and mirrored, right ? so 4 4 tb drives gives 8 tb total ? I think I just want raid 1.
So, again, truenas, easy for linux setup and then can be read by windows ? Easy to recover a failed SSD ? These are the drives I was going to get 2 of
So looking for something an idiot can support.
This shop has like 20 employees. They do architectural drawings to make blueprints.
A few corrections to add, IMO. TrueNAS core is FreeBSD based, yes, but TrueNAS scale is Linux based, Debian I believe. It is a new version and should be free as well. https://www.truenas.com/truenas-scale/yup....
But raid works a bit different on on ZFS file structure.
So Raid-Z1 => Single drive redundancy.
Raid-Z2 -> 2 drive redundancy.
Raid-z3 -> 3 drives.... and so on.
If you had 4 x 4tb drives and it was on Raid-Z1 => 12TB. with a single drive failure tollerance before you lost data.
Raid-Z2 would be 8TB with 2 drive tollerance before you lost data.
Truenas is absolutely great, i have had one setup, and rarely needs any maintance on it if you use enterprise class gear.
Eitherway i would still not use SSDs/nVME's and go straight up SATA Spinners.
HGST's ive been using for a very long time, and absolutely love them.
the He's are helium class drives, and are proven to be very reliable even on blackblaze's HDD stats.
TrueNAS is its own file system.
Its based off the FREEBSD file structure.
It has SMB support for windows and Apple Support as well.
It would work like a network drive.
You can also set up jails and other auxilary software to do backups, and other stuff.
If you want a Linux based system, you will need to pay for it, which is called Unraid.
![]()
Unleash Your Hardware
Unraid is an operating system that brings enterprise-class features for personal and small business applications. Configure your computer systems to maximize performance and capacity using any combination of OS, storage devices, and hardware.unraid.net
However i personally prefer TrueNAS, because ive been using it for such a long time, and its free on top.
Just look at the videos on how to setup a TrueNAS box.
And yes, it will send you an email alert when a drive fails.
And you can resilver the Raid array after you replaced the drive.
But again Mark, don't do SSD's or nVME's for NAS boxes.
Just go trusted and reliable magnetic spinners, which again HGST is on the top of most people's list as well as Western Digital Red Pro's and Western Digital Golds.
Avoid Seagate...
no this isn't correct. you didnt use raid that much in those 30 years i guess?stupid me, I MEANT raid 1 ! I think raid 5 and 10 are possible alternatives, but then I need more drives.
now on Truenas, is that software raid ? can it do raid 1 ? I know something about raid, as I worked for 30 years in IT and knew something about our data center. They ran raid 10. The striped and mirrored, right ? so 4 4 tb drives gives 8 tb total ? I think I just want raid 1.
but also, "RAID is not a backup" and if the data is important, you should be implementing a more robust data management scheme. keep multiple copies of the data in multiple locations.
if you want raid10, you'll need 4 disks minimum in pairs. still only get half the space, but you get more speed.