• 3 Posts
  • 41 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • openmediavault and casas are good noob-friendly OSes for NAS purpose. Much faster and simpler to get it running than some Proxmox and True NAS overkill solution.

    You can also just install whatever Linux OS you like, and plug-in some screen, keyboard and mouse and do your setup this way, like any other computer!

    For Hardware, I recommend to build a computer out of standard parts. For what you said, a small motherboard with an integrated Intel N100 CPU and a nice looking case like the Jonsbo N2 will sever you well. This is very close to my current setup, using an older j5040 CPU and it runs everything just fine with no effort (Jellyfin w/ light transcoding, *arr stack, Usenet and torrent clients, syncthing, SMB and NFS filesharing, and more)


  • I second this proposition of DIY build. My current build is an older version of this using an ASRock motherboard with integrated Intel j5040. It’s already very capable! I run Jellyfin with HW transcoding and a dozen other containers and there is still plenty of headroom.

    The Jonsbo N2 case is pricey but good quality, nice looking and nice to build with ! Cheaper options are there but not as nice in terms of looks and usability.





  • Take the time to properly understand Linux file ownership and permission. Permission will be the cause of many issues you will encounter in you self-hosting journey on Linux. Make sure you know the basics of chmod (change permission) and chown (change ownership), Linux users and groups. This will save you some head-scratching, but don’t worry, you will learn by doing !

    Remember that, if you setup everything right, especially with docker, running as root / with sudo is not required for any of the services you may want to run.













  • why not btrfs send | btrfs receive? is there some advantage to rsync?

    I didn’t think of this. I am familiar with rsync, I went with it without searching for alternatives.

    did you hotswap the drives after each btrfs replace or shutdown and then swap?

    I did the swap with the system powered down. I don’t know if my the NanoPi + SATA hat support hotswap.

    what’s your host OS and do the drives spin down if inactive?

    The NAS runs Armbian. The disks are configured to spin down, yes. I don’t know if this caused me the issue while replacing disk 2. I suppose not, since during replace the disks are all reading continuously. But I don’t know for sure.

    Edit: fixed copy-past mistake with quoted sentences