As much as QNAP seems to push it as some kinda do-everything server, I recommend keeping it mostly closed to the Internet, and sticking to using it for backups and fun things on your local network.
Some things I use mine for:
When the time comes to get a new NAS though I'll probably just build my own, as this thing ha some annoying limitations, especially in regards to up-to-date software :)
Part | Type | Name | Notes |
---|---|---|---|
CPU | 32-bit ARM | AnnapurnaLabs, Alpine AL-212, 2-core, 1.7GHz | Some Linux kernal support1) |
RAM | 1GB DDR3 | Can't expand* |
* Hmm, this guy easily replaces the RAM on a TS-231P2: kQTGJ-j9ZCA
But this disassembly video of my model doesn't show any replaceable RAM: AFHSjEwSntw
Every now and then it changes things and I have to rewrite my fstab entry.
The most recent change is that you have to specify the version, so add vers=3.0
nobrl
is handy for a directory you're using with Calibre iirc., but I don't use it for everything for…some reason.
On my main computer (Arch Linux) I use these options:
defaults,uid=[],forceuid,cred=[],vers=3.0,sec=ntlmv2
On my busted old laptop I use for Kodi:
For Windows (and Mac?) it's pretty straightforward, but for Linux you have to use rsync (or some third-party packages for restic, bacula, (etc.)), the tricky thing being that you need to setup SSH access for the user you want to backup as, as by default it's only for the admin. And it uses some funny SSH config that gets rewritten when the system reboots.
So!, you need to
- SSH in as an admin and add the username you want to backup as to
/etc/ssh/sshd_config
, line AllowUsers
.
- Restart the SSH service with (you have to do the whole command, even if you're in the directory) /etc/init.d/openssl_signature.sh restart
.
- (If that doesn't work do /etc/init.d/services.sh restart
to restart all services)
I'd like to make my own repo. at some point.
The documentation for third-party packages is near universally garbage. Rarely do links to things like tutorials point to anywhere relevant to using on a QNAP, and often they point to pages that don't even exist! Seems like it's only a few people adding the majority of them, and most seem to have been quickly added, then abandoned. Everything's out-of-date. Still, it's useful!
NB: It's since become even less useful, as the main contributors have moved to another repo, My QNAP.
Spiritual successor to Qnapclub, with similar problems, but at least packages are getting updates.
I keep forgetting to investigate this properly, but I think it's a general repo of packages for non-PC Linux hardware.
Upgrading to disks to higher capacity ones was a bit obtuse. Installing is fine, just hard to find the right menu to be in to increase their allocated space.