Will a manually mounted partition get unmounted on reboot?

If I manually mount a USB like so, will it get gracefully unmounted by something on w reboot or a halt?

# mount /dev/sda1 /mnt/usb

Linux will try to automatically unmount all mounted filesystems during shutdown/reboot.

2 Likes