]> ###2021.09.06 - Initial Release ####Flash Remount#### A plugin to automatically remount your flash drive if it happens to drop offline to minimize problems with your server #!/bin/bash if [ -d /mnt/user ]; then logger Remounting flash drive mount /dev/flashmount1 /boot -o noatime,nodiratime,dmask=77,fmask=177,shortname=mixed fsck.fat -w -a -l -v /dev/flashmount1 fi ]]> rm /etc/udev/rules.d/80-flash.rules 2> /dev/null udevadm control --reload