I ran FreeNAS for a while. After spending a fair bit time learning about it and asking questions, it was explained to me that ZFS required a lot of regular maintenance, care and feeding. It was about this time that I decided to move over to a more consumer solution and bought a Synology. I liked the ideal of open source, self managed systems, but I got tired of being my own network admin, and IT.
FreeNAS
11–20 of 48 posts
Re: FreeNAS
#12I ran FreeNAS for a while. After spending a fair bit time learning about it and asking questions, it was explained to me that ZFS required a lot of regular maintenance, care and feeding. It was about this time that I decided to move over to a more consumer solution and bought a Synology. I liked the ideal of open source, self managed systems, but I got tired of being my own network admin, and IT.
I’ve been running freenas for years and have deployed/ran ZFS solutions as part of my job for a decade- this is the first I’m learning about that, it’s usually set and forget.
Am I just a bad admin?
Re: FreeNAS
#13FreeNAS probably makes sense if you're an industry IT person and you want to make sure anyone in the future can figure out how to admin the thing. That's probably got a lot more value than I'm willing to admit, and I'm sure that's why it's popular, but I see a lot of posts about people trying to set up FreeNAS at home and it seems silly.
Re: FreeNAS
#14I ran FreeNAS for a while. After spending a fair bit time learning about it and asking questions, it was explained to me that ZFS required a lot of regular maintenance, care and feeding. It was about this time that I decided to move over to a more consumer solution and bought a Synology. I liked the ideal of open source, self managed systems, but I got tired of being my own network admin, and IT.
According to FreeBSD's handbook[0], you only need to scrub the drives once a month, and check `zpool status` regularly.
[0] https://www.freebsd.org/doc/handbook/zfs-zpool.html
My crontab:
# scrub
0 1 1,15 * * zpool scrub zroot
0 8 5,20 * * send_admin_email "zpool status" "$(zpool status)"Re: FreeNAS
#15I ran FreeNAS for a while. After spending a fair bit time learning about it and asking questions, it was explained to me that ZFS required a lot of regular maintenance, care and feeding. It was about this time that I decided to move over to a more consumer solution and bought a Synology. I liked the ideal of open source, self managed systems, but I got tired of being my own network admin, and IT.
I'm very happy with Synology aswell. If you still want to use your own hardware there is stuff like this https://xpenology.org/ I have rarely seen such a feature rich software. And all of it works pretty solid aswell.
Re: FreeNAS
#16quotes From the "Hardware Requirements" page on that linked FreeNAS site: • "64-bit hardware is required for current FreeNAS releases. Intel processors are strongly recommended." • "8 GB of RAM is the absolute minimum requirement. 1 GB per terabyte of storage is a standard starting point for calculating additional RAM needs, although actual needs vary. ECC RAM is strongly recommended." The example configuration for a…
Re: FreeNAS
#17I ran FreeNAS for a while. After spending a fair bit time learning about it and asking questions, it was explained to me that ZFS required a lot of regular maintenance, care and feeding. It was about this time that I decided to move over to a more consumer solution and bought a Synology. I liked the ideal of open source, self managed systems, but I got tired of being my own network admin, and IT.
> ZFS required a lot of regular maintenance, care and feeding. According to FreeBSD's handbook[0], you only need to scrub the drives once a month, and check `zpool status` regularly. [0] https://www.freebsd.org/doc/handbook/zfs-zpool.html My crontab: # scrub 0 1 1,15 * * zpool scrub zroot 0 8 5,20 * * send_admin_email "zpool status" "$(zpool status)"
Re: FreeNAS
#18I looked at running FreeNAS, but it didn't make any sense to me. I can put as many hard drives as I want in a cheap PC with a ryzen cpu and run samba. It takes maybe 5 minutes to set up, and then you also have a distro of your choosing to use as a server. FreeNAS probably makes sense if you're an industry IT person and you want to make sure anyone in the future can figure out how to admin the thing. That's probably g…
Re: FreeNAS
#19I ran FreeNAS for a while. After spending a fair bit time learning about it and asking questions, it was explained to me that ZFS required a lot of regular maintenance, care and feeding. It was about this time that I decided to move over to a more consumer solution and bought a Synology. I liked the ideal of open source, self managed systems, but I got tired of being my own network admin, and IT.
Wait, ZFS requires maintenance? I’ve been running freenas for years and have deployed/ran ZFS solutions as part of my job for a decade- this is the first I’m learning about that, it’s usually set and forget. Am I just a bad admin?
Re: FreeNAS
#20Why is this a news story?
It’s also interesting because of the current kerfuffle regarding the future of ZFS. For people who want to read up on that, this thread is quite interesting: https://forums.freebsd.org/threads/freebsd-moving-to-zfs-on-...