My secret protip: old Fujitsu desktop/nuc PCs. At least in Germany (Europe?) they are cheap on ebay since a lot of businesses use them and upgrade on a regular schedule. If you care about power consumption like I do, you can Google "$model energy consumption white paper" which contains very accurate data about idle usage, for example https://sp.ts.fujitsu.com/dmsp/Publications/public/wp-energy... In one case I had a…
I'm looking for a machine like this (affordable, small, low power usage) with 64GB memory. If anyone has any recommendations I'm all ears.
The Cheapest NAS
81–90 of 308 posts
Re: The Cheapest NAS
#82The entire concept of network attached storage is kind of cargo-cult in the vast majority of personal use cases. Just put the drives in your computer. Fewer abstraction layers, fewer problems, cheaper, faster, less fragile, easier to debug and fix if problems do happen. It's just not as hip or cool sounding as "NAS".
NAS works with phones, tablets and laptops with egregiously expensive, non-expandable storage.
On iOS/iPadOS, use SSH/SFTP to workaround business-model-challenged "Files" client.
Re: The Cheapest NAS
#83The cheapest NAS is usually just taking some old desktop PC and repurposing it headless. :-)
Re: The Cheapest NAS
#84My secret protip: old Fujitsu desktop/nuc PCs. At least in Germany (Europe?) they are cheap on ebay since a lot of businesses use them and upgrade on a regular schedule. If you care about power consumption like I do, you can Google "$model energy consumption white paper" which contains very accurate data about idle usage, for example https://sp.ts.fujitsu.com/dmsp/Publications/public/wp-energy... In one case I had a…
I'm looking for a machine like this (affordable, small, low power usage) with 64GB memory. If anyone has any recommendations I'm all ears.
Re: The Cheapest NAS
#85I don't do cheap any more. But I can see the appeal.
Re: The Cheapest NAS
#86Note that it doesn't look like it has ECC, so make sure to have backups. Fancy file systems like ZFS don't remove the need for ECC.
Re: The Cheapest NAS
#87When people set up these NAS's, how are they accessing the files? NFS? SFTP? And how are you accessing it when away from home? A VPN that you're permanently connected to? Is there a good way to do NAT hole-punching? Syncthing kind of does what I want, in that it lets all my computers sync the same files no matter what network they're on, but it insists on always copying all the files ("syncing") whereas I just want t…
Seafile + Samba + OpenVPN is my stack. I use Seafile for a dropbox style file sync on my devices, and Samba for direct access. OpenVPN for remote access on all devices. Works quite well.
Re: The Cheapest NAS
#88Earlier quoted context omitted.
As for my anecdote, I had a computer with 3 HDDs in a raid5, it had some of my very early programming projects and other various things which I wish I still had. But, I don't have any longer because something, I'm assuming memory, was silently failing and over 40% of the files were turned into jibberish and random binary bytes. I now use ECC EVERYWHERE now. My laptop, my desktop, my little home server. All ECC. Becau…
Which laptops support ECC?
[1] https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadp/th...
Re: The Cheapest NAS
#89When people set up these NAS's, how are they accessing the files? NFS? SFTP? And how are you accessing it when away from home? A VPN that you're permanently connected to? Is there a good way to do NAT hole-punching? Syncthing kind of does what I want, in that it lets all my computers sync the same files no matter what network they're on, but it insists on always copying all the files ("syncing") whereas I just want t…
I use Syncthing to synchronize my smaller datasets between my laptop, my phone, and my NAS. This covers all of my productive and creative scenarios. On the LAN, I just use SMB. It is adequate for my needs. For remotely accessing my collection of Linux ISOs, I use Plex.
Syncthing for a small collection of files I want available from all my machines - commonly used documents, photos, stuff I want quickly backed up or synced automatically.
Samba for my long term mostly-read rarely-write storage with larger files, ISOs, etc.
Re: The Cheapest NAS
#90My secret protip: old Fujitsu desktop/nuc PCs. At least in Germany (Europe?) they are cheap on ebay since a lot of businesses use them and upgrade on a regular schedule. If you care about power consumption like I do, you can Google "$model energy consumption white paper" which contains very accurate data about idle usage, for example https://sp.ts.fujitsu.com/dmsp/Publications/public/wp-energy... In one case I had a…