My home server currently runs CentOS 7 but I'm going to be moving to FreeBSD in the near future. The most important thing my server does is act as a fileserver, using four 4TB disks in a RAID10. This is pretty easy to do in Linux with mdadm, and after it's built you just use
Unfortunately I'm having trouble finding an equivalent function in FreeBSD. In my current setup, my server has an 80 GB SSD in ext4 that holds the OS, and the 4TB disks in RAID10 with xfs for the file server. From what I've been reading, it looks like I should be using ZFS for the raid and UFS for the OS? What would be the best way to reproduce my current setup under FreeBSD?
mdadm --detail /dev/md0
to keep an eye on its status.Unfortunately I'm having trouble finding an equivalent function in FreeBSD. In my current setup, my server has an 80 GB SSD in ext4 that holds the OS, and the 4TB disks in RAID10 with xfs for the file server. From what I've been reading, it looks like I should be using ZFS for the raid and UFS for the OS? What would be the best way to reproduce my current setup under FreeBSD?
Last edited by a moderator: