Allowing Users to mount partitions: By default a UNIX system will allow normal users to unmount partitions. However unless given permission by the superuser, users will not be allowed to mount partitions.
The commands listed below will not work for normal users unless users have permission to mount that device.
If your particular distribution is setup not to allow users to mount partitions its not very hard to change this, simply edit the /etc/fstab file (as root) and:
Replace the word "defaults" with "user" or
Add "user" to the end of the options list for the particular partition(s).