|
|

楼主 |
发表于 2009-4-11 00:52:52
|
显示全部楼层
搞定了,按照wiki上的说明:
you can fix the situation by editing /etc/PolicyKit/PolicyKit.conf and paste the following into the <config> section:
<match user="$USER">
<!-- replace with your login or delete the line if you want to allow all users to manipulate devices (keep security issues in mind though) -->
<match action="org.freedesktop.hal.storage.*">
<return result="yes"/>
</match>
<match action="hal-storage-mount-fixed-extra-options">
<!-- for internal devices mounted with extra options like a wished mount point -->
<return result="yes" />
</match>
<match action="hal-storage-mount-removable-extra-options">
<!-- for external devices mounted with extra options like a wished mount point -->
<return result="yes" />
</match>
</match> <!-- don't forget to delete this line if you deleted the first one --> |
|