From 43e6b5f609a3cfb14648967a010a6dfc975bc721 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Wed, 28 Dec 2022 20:08:32 +0100 Subject: [PATCH] update --- trueNASscale/readme.md | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 trueNASscale/readme.md diff --git a/trueNASscale/readme.md b/trueNASscale/readme.md new file mode 100644 index 0000000..a392031 --- /dev/null +++ b/trueNASscale/readme.md @@ -0,0 +1,56 @@ +# TrueNAS SCALE + +###### guide-by-example + +![logo](https://i.imgur.com/9ocPlzl.png) + +# Purpose & Overview + +Network storage operating system managed through web GUI.
+ +* [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.
+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.
+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 +