lau85
Results
1
comments of
lau85
You can simply unmount it. The only problem is that you have to repeat it after each reboot. #!/bin/bash service cron stop umount /var/spool/cron sleep 1 service cron start