This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Helper script for deluge or qBittorrent bittorrent clients | |
# Intended to be run when the torrent download completes | |
# | |
# for qBittorrent, enable 'Run external program on torrent completion' under 'Downloads' in the options dialog. | |
# in the text field, enter: | |
# | |
# <path to>/torrent-complete.sh "%K" "%N" "%D" | |
# |
The TrueNAS installer doesn't have a way to use anything less than the full device. This is usually a waste of resources when installing to a modern NVMe which is usually several hundred of GB. TrueNAS SCALE will use only a few GB for its system files so installing to a 16GB partition would be helpful.
The easiest way to solve this is to modify the installer script before starting the installation process.