Our Feeds

Sunday 10 August 2014

Ajith KP

How to Auto-Mount Drives in Fedora

          Fedora needs `super user` password to mount the other drives in system. It is not good to ask password to mount drives after every boot for normal users. The following commands are used to auto-mount the drives.



          First of all you need to become `super user`.
$ su

          After become `super user` execute the following commands.
# gpasswd -a loginname wheel
# usermod -a -G wheel loginname

          Login name indicates the `user name` used to login. My user name is `terminal`.

      
       Okey, now you can use your own user password. :)