Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1040  / 1 Year ago, tue, april 25, 2023, 8:14:18

I see this topic is quite a popular ([1], [2]) so hopefully I can get nice feedback on what I'm trying to do. I'm buying an HP Microserver with 4x 2TB, and I currently have two computers. I'd like this microserver to become my "databank" in many respects:




  1. I want to configure my computers so they can automatically backup to this box using the Ubuntu utility (Deja-Dup).

  2. I want to install a Git server, a local dropbox and a media server (from what I know, either Plex, xbmc or this post, or any good suggestion)

  3. Ideally, and because of the little I know about it, I'd like my filesystem to be ZFS and I also need help for configuring my zpool in the most efficient way.



About ZFS



I want my filesystem to be fast in reading, very reliable and to support a single disk crash, but I don't require it to be fast in writing. There are four disks, all 2TB - 7200rpm - 64MB cache. I want to make the most of them, in that respect for instance, plain mirroring doesn't seem to be the way to go. But I have no previous experience with ZFS, hence my request for help. I'm thinking of installing Ubuntu Server 12.04 as my operating system, and use ubuntu-zfs.




  • How should I configure my zpool to make the most of my four 2TB HDDs?



Many many thanks in advance, J


More From » server

 Answers
0

Create a striped mirrored zpool (effectively RAID10). If you're on a budget you can also get away with a raidz (effectively RAID5, but safer due to zfs checksums).



ZFS likes lots of RAM so be sure to fill up your server. With four disks you should easily saturate a 1Gbps LAN (sequential reads) and with only two computers on your network your read performance should be fine, but you can also consider getting an SSD for L2ARC (read caching)


[#27519] Wednesday, April 26, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tonhorn

Total Points: 196
Total Questions: 118
Total Answers: 95

Location: Vanuatu
Member since Fri, May 13, 2022
2 Years ago
tonhorn questions
Tue, May 10, 22, 12:01, 2 Years ago
Sat, Dec 18, 21, 06:23, 2 Years ago
Thu, Jun 16, 22, 04:03, 2 Years ago
Fri, Apr 1, 22, 05:23, 2 Years ago
;