Does mount always require root privileges?

I was under the impression that any sort of call to mount requires root privileges. But recently I was told “You should instead create appropriate entries in /etc/fstab so that the filesystems can be mounted by unprivileged users”… which is counter to my experience using mount. Anytime I have used mount I have needed to … Read more