📎 AI Summary:
The forum thread discusses setting up a small office server with an HPE Proliant Microserver Gen10, focusing on the optimal storage configuration. The original poster is considering whether to use a single RAID 10 array for both the OS and data or to create separate arrays/partitions for better management and performance. Responses suggest that partitioning the drives to keep the OS on a dedicated partition, possibly using RAID 1+0, is a good practice, and the original poster plans to allocate around 800GB for data, which aligns with this advice. Overall, the discussion indicates satisfaction with the proposed setup approach.

Kingkreg

New Member
Joined
Feb 20, 2020
Messages
4
Thread Author #1
Hi there,

I'm setting up an HPE Proliant Microserver Gen10 for a simple small office file share and host a Filemaker Database. There is 4 HD slots and I have 4 x 1TB drives. I can setup all four in a RAID 10 array which gives performance and redundancy but only gives me 1 volume. Should I be considering setting up 2 arrays and having the OS (Windows Server Essentials 2016) on 1 and the data share on the other? Or is it better to have the RAID 10 setup then use a separate partition for the OS and the Data?

Many thanks for any advice, I'd rather get it setup right first time!
Craig
 

Solution
Really depends what you intend to do with it, but it is generally a good practice to keep the OS on it's own drive or at least partition. Since you're limited to 4 disks, you could do a RAID 1+0 and then shrink the C drive down to maybe 200GB, then create another partition at make that data.

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Really depends what you intend to do with it, but it is generally a good practice to keep the OS on it's own drive or at least partition. Since you're limited to 4 disks, you could do a RAID 1+0 and then shrink the C drive down to maybe 200GB, then create another partition at make that data.
 

Solution

Kingkreg

New Member
Joined
Feb 20, 2020
Messages
4
Thread Author #3
Really depends what you intend to do with it, but it is generally a good practice to keep the OS on it's own drive or at least partition. Since you're limited to 4 disks, you could do a RAID 1+0 and then shrink the C drive down to maybe 200GB, then create another partition at make that data.
That's what I figured would make the most sense. The data is currently around 500GB, and although that will slowly increase, having ~800GB partition should be enough for now.

Thanks for the response, it's good to know I'm heading in the right direction.