KDE中实现图形化自动挂载USB设备
时间:2007-04-13 来源:Squall_Liu
老文档,以前写在公司的wiki上,转过来归档,懒得翻译了...
his article describes how to enable the GUI for automatically mount the plug devicesNotice:At the very beginning you should open the supports for you plug devices in your kernel. Here I only tell you how to use a graphic interface in KDE for automatically mounting them.
Install requirements
First add the "hal" into your USE flag in make.conf file, then install the hal and dbus by emerge and startup them
# emerge hal dbus |
Set them automatically startuo
Set them automatically startup when the system boot up
# rc-update add hald default |
Set the user groups
Add the users who will use the plug devices into the plugdev group
# gpasswd -a squall plugdev |
At the last , relogin your account ,and then you can use the plug devices in graphic interface as you are in Windows :)