this post was submitted on 17 Nov 2023
2 points (100.0% liked)

Homelab

371 readers
9 users here now

Rules

founded 11 months ago
MODERATORS
 

I am setting up a very basic storage-only NAS box for myself and my parents. It will have two mirrored disks, and will be accessed locally by me and via Tailscale by my parents. That is the extent of the requirements and setup I have done so far.

the server is currently running Truenas Scale, and is working just fine, with one exception - the drives are on all the time, and I sleep in the same room. From what I can tell, there is no easy way to get Truenas to spin down drives, and this server will spend most of its time inactive anyway.

Long story short, am I stupid for considering a basic Debian install instead? Frankly, I could probably run Windows and have easy access to Backblaze, too.

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

Go for it if your complexity is two mirrored disks. Anything seriously important stick it into a directory to be backed up off-site with incremental backups or however you'd prefer to sort that out.

[–] [email protected] 1 points 10 months ago

Yes it is.

Use to run Arch Linux with ext4. Now run FreeBSD with ZFS.

[–] [email protected] 1 points 10 months ago (1 children)

I’ve spun down drives in TrueNAS, there’s definitely options on a per drive basis

[–] [email protected] 1 points 10 months ago (1 children)

Would you happen to remember where that is in the settings? My research so far indicates it's not really a thing because of ZFS, like someone else also commented...

[–] [email protected] 1 points 10 months ago (1 children)

If you go to Storage -> Disks -> Edit there’s HDD Standby and Advanced Power Management, should spin down stuff

[–] [email protected] 1 points 10 months ago

I'd already set that to econ/quiet settings, unfortunately I realized I still had stuff running off the main drives - I'd need a second SSD to create another filesystem on, and I'm not prepared to do that just now. Thank you still!