How could I forcibly remount a device? Say I have a device (/dev/shm) which from some reason isn't mounted, how could I remount it without rebooting the system? In other words, I need a remount without reboot.
Please share a way and give your opinion on the best practices you know for using it.
mount -t tmpfs -o rw,nosuid,nodev tmpfs /dev/shmwork?