- Jun 21, 2022
- 129
- 1
- 51
Hi, I cannot decide between the two. Mainly for home use myself. No plan to grant access to outside use. Also no plan to RAID as it is not 100% fail-proof. In this case, is there any good reason to pay more to get a NAS?
NAS makes sense if you want any device connected to your home/office network to be able to access the files, even when your main PC is asleep or off.Hi, I cannot decide between the two. Mainly for home use myself. No plan to grant access to outside use. Also no plan to RAID as it is not 100% fail-proof. In this case, is there any good reason to pay more to get a NAS?
Or on consumer routers just plug it into the router with the USB port.With DAS, you would have to turn on the PC with the connected DAS and then share its folder over the network.
While this doesn't provide you with a ton of storage capability due to its small size the hardware is fine. Up until about 6 months ago I was running my UnRAID server on an Athlon 64 3000 1.8GHz Socket 939 with 2GB of RAM. Now its running on an Intel i5-2300 pulled from a Dell XPS system. You don't need much for just a file server.I don't remember well but many many ago, I somehow was able to connect a Mac to a PC and shared files. What could that be?
So, I could connect an external drive to a computer and then use the same or similar method to connect other computers/devices to simulate NAS. Anything bad about this approach?
I mainly need to share files between main PC, iPhone and iPad as well as backing up those devices.
Besides my main work PC, I only have an Intel NUC with i3-7100U Dual-Core. Is this sufficient? It is not used now but I may need it for another project later.
I waited for Synology to release new NAS this year but the new ones use AMD CPU. Also SSD storage is limited. I don't use PLEX but not sure about the future.
@tablespoon
All you need is a "PC" to connect the drive to and then share it.
I would take the NUC and put Linux on it for the "NAS" portion w/ Samba to share the drive. From there any device on the network will be able to pass data to the drive.
CPU really only matters when it comes to things like transcoding video from one format to another. The basics of file sharing don't really do much to the CPU unless there's a ton of users doing it at the same time. If you have tons of users though you're going to do something different on the storage side since you'll need faster disks / controllers to get decent speeds from them.
![]()
Intel NUC, Linux, Pi-Hole, and NAS – Part 1: The Hardware and Xubuntu 19.10
📅 November 2, 2019 Have you heard of an Intel NUC? A NUC (Next Unit of Computing) is a full-fledged computer system packed in a small — SMALL! — compact case that utilizes minimal power…delightlylinux.wordpress.com
![]()
Building a Budget Homelab NAS Server (2022 Edition)
How I chose parts, built, and configured my first custom home storage server.mtlynch.io
The basics are the same. Pick an OS you're comfortable with using. Add drives / NIC and configure sharing.
Static IP would be advisable since DNS isn't always the best internally for finding the share.
BTRFS is still being improved. It's not as stable and mature as ZFS.In the past when people were choosing between Synology and QNAP, some suggested the former as it supports Btrfs. Between Btrfs and ZFS, which is better?
It is the same principle as building a PC. Just with emphasis on storage and RAM over CPU and GPU, and the OS is typically NAS focused.Is building a DIY NAS the same as building a PC which I have done before?
Between 16GB and 32GB, is 32GB a bit overkilled?
Is it better to use ECC RAM?
About getting a case with many bays... Some mentioned that RAID is not a good way to prevent data lost, backup to another storage is. Is this true?
It is the same principle as building a PC. Just with emphasis on storage and RAM over CPU and GPU, and the OS is typically NAS focused.
ECC RAM is better if possible, but not necessary IMO, though keep in mind it will require a pricey CPU and motherboard to support it. If you decide to build out of typical desktop parts, I would go with a midrange recent DDR4 motherboard, and probably 32GB of DDR4, which shouldn't be very much. It doesn't need to be real fancy high end stuff, just a decent set of DDR4.
As for RAID and redundancy, in a sense yes this is true, but oversimplified. I would always recommend multiple backups of really important stuff. The key is redundancy. With mirrored disks, or a volume of drives in RAID5 or RAIDZ1 or whatever, you are protected if one drive fails, as long as the other(s) are ok. You can lose up to one drive with these, and then can rebuild the volume with a replacement. Of course, if the volume is wiped, or if someone steals the NAS, or a fire burns everything in the building, the redundancy in the NAS doesn't help. For this you want important stuff backed up in other locations, such as in cloud storage, an offline backup on a separate HDD, preferably offsite in storage, maybe one in a safety deposit box. This will help mitigate disasters.
Of course, with redundancy in your volumes, you will also likely be warned even before a drive dies, you can check the SMART reporting. In general, the main point of RAID etc is to reduce downtime, ususally applying to enterprise or small office/business.
Zfs imo is still the new kid on the block
TB4 is local only and 10ge is for other PCs to be able to connect to it.I want thunderbolt 4 support. If I use thunderbolt 4, do I still need 10GbE ethernet?
Each option has it's own perks and drawbacks. Dig into them and see what bets suites yuur needs.Does that mean it is not as mature (stable and reliable) as BTRFS?
@tablespoon
I would take the NUC and put Linux on it for the "NAS" portion w/ Samba to share the drive. From there any device on the network will be able to pass data to the drive.
Windows sucks for this kind of use with the constant updates and reboots. Not to mention using NTFS causes issues.Why putting Linux in the NUC is better than putting TrueNAS or Windows 10?
Defeats the purpose of file sharing.Yank the ethernet cable or disconnect the wireless to avoid unnecessary reboots.
Oh yeah, then maybe a private VLAN.Defeats the purpose of file sharing.