- 論壇徽章:
- 0
|
老文檔,以前寫在公司的wiki上,轉(zhuǎn)過(guò)來(lái)歸檔,懶得翻譯了...
his article describes how to enable the GUI for automatically mount the plug devices
Notice: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
1. /etc/init.d/hald start
2. /etc/init.d/dbus
start
Set them automatically startuo
Set them automatically startup when the system boot up
# rc-update add hald default
1. rc-update add dbus
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 :)
本文來(lái)自ChinaUnix博客,如果查看原文請(qǐng)點(diǎn):http://blog.chinaunix.net/u1/34010/showart_277276.html |
|