mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
57 lines
1.3 KiB
Markdown
57 lines
1.3 KiB
Markdown
# TrueNAS SCALE
|
|
|
|
###### guide-by-example
|
|
|
|

|
|
|
|
# Purpose & Overview
|
|
|
|
Network storage operating system managed through web GUI.<br>
|
|
|
|
* [Official site](https://www.truenas.com/truenas-scale/)
|
|
* [Forums](https://www.truenas.com/community/forums/truenas-scale-discussion/)
|
|
|
|
TrueNAS SCALE is based on debian linux. ZFS file system is at the core.
|
|
Running nginx and using pythong and django for the web interface.
|
|
|
|
# My specific use case
|
|
|
|
My home server runs Esxi.<br>
|
|
TrueNAS is one of the virtual machines,
|
|
with Fujitsu D3307 [flashed in to IT Mode](https://forums.servethehome.com/index.php?threads/the-versatile-sas3008-chipset-my-vendor-crossflashing-adventures.28297/page-4#post-319106)
|
|
and pass-through in to the VM so that truenas has direct access to the disk,
|
|
without any in between layer.
|
|
|
|
I hold strong opinion on backups > raid.<br>
|
|
So I make zero use of zfs raid features and use it just as nice web GUI
|
|
for samba and nfs sharing.
|
|
|
|
Good alterntive I could have go for is [openmediavault](https://www.openmediavault.org/),
|
|
but truenas seems a bigger player.
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
# Basic Setup
|
|
|
|
### Static IP address
|
|
|
|
### Pool and datasets
|
|
|
|
### SMB share
|
|
|
|
### NFS share
|
|
|
|
# Testing access to ZFS disks on a desktop
|
|
|
|
|
|
# Reinstall and import of pools
|
|
|
|
|
|
# Update
|
|
|
|
|
|
# Backup and restore
|
|
|