I find my memory stick often get mounting errors on a reboot. I solved it by running below code in service-stop. I'd like to make sure it only runs on shutdown.
The wiki says: "Before all system services are stopped, usually on a reboot."
So it ONLY runs on shutdown/reboot? There's no possibility of it running in other instances?
OR
Is it better to run e2fsck in pre-mount script instead?
What is Asuswrt's default e2fsck command on the button scan for errors when a mount has failed?
Code:
umount -r /mnt/my/
The wiki says: "Before all system services are stopped, usually on a reboot."
So it ONLY runs on shutdown/reboot? There's no possibility of it running in other instances?
OR
Is it better to run e2fsck in pre-mount script instead?
What is Asuswrt's default e2fsck command on the button scan for errors when a mount has failed?