# This document is to be found in http://www2.fizik.usm.my/configrepo/howto/fedora # The purpose of this shell script is to automount non-fedora partitions in fedora 16 upon startup. This script should work also for other versions of fedora. The source of reference is http://forums.fedoraforum.org/showthread.php?t=256575. # First, download this script using wget into a folder, and execute it as su. # This script first of all backup the following file cd /usr/share/polkit-1/actions && cp -p org.freedesktop.udisks.policy org.freedesktop.udisks.policy_original ## Download the replacing policy from www2: wget http://www2.fizik.usm.my/configrepo/howto/fedora/org.freedesktop.udisks.policy.fedora16 cp org.freedesktop.udisks.policy.fedora16 org.freedesktop.udisks.policy ## If it does not work, restore the policy_original