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
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.