]> ## nwipe (Secure Disk Eraser) for UNRAID ###2024.06.22 - new: added a warning for users not to wipe disks which are still part of arrays or pools ###2024.06.21 - release note: welcome to the first version of the package. killall nwipe-bin >/dev/null 2>&1 exit 0 &pkgURL;/parted-3.6-x86_64-1_slack15.1.txz a0d226c87c2bbfda2100030f30bd38ef &pkgURL;/parted-3.4-x86_64-2_slack15.0.txz 6df9026349b56b4e4beea086bc2afeb0 &pkgURL;/libconfig-1.7.2-x86_64-1alien.tgz 5a782e7e41566ccf4507417a6384ef1f &pkgURL;/nwipe-0.37-x86_64-2.txz a387efb7e10a1438f43b10dff7326ef3 **nwipe (Secure Disk Eraser) for UNRAID** Terminal Command (to start the GUI): **nwipe** / User Manual: **nwipe -h** echo "" echo "-------------------------------------------------------------" echo " nwipe (Secure Disk Eraser) for UNRAID has been installed." echo " Version: &version; / Plugin Maintainer: &author;" echo "-------------------------------------------------------------" echo "" echo "!!! To start the GUI, type 'nwipe' in a terminal session. !!!" echo "" killall nwipe-bin >/dev/null 2>&1 # check if parted is used by another plugin if [ "$(find /boot/config/plugins/*.plg -type f ! -iname "*dwnwipe.plg*" | xargs grep "parted-" -sl)" ]; then echo "parted in use by another plugin, will not be removed with nwipe." rm -f &plgPATH;/parted*.txz fi # check if libconfig is used by another plugin if [ "$(find /boot/config/plugins/*.plg -type f ! -iname "*dwnwipe.plg*" | xargs grep "libconfig-" -sl)" ]; then echo "libconfig in use by another plugin, will not be removed with nwipe." rm -f &plgPATH;/libconfig*.tgz fi removepkg &plgPATH;/*.txz removepkg &plgPATH;/*.tgz rm -rf &plgPATH; rm -rf &emhttp; echo "" echo "-----------------------------------------------------------" echo " nwipe (Secure Disk Eraser) for UNRAID has been removed." echo " Version: &version; / Plugin Maintainer: &author;" echo "-----------------------------------------------------------" echo ""