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
+
+
+
+# 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
+