org.freedesktop.hal.storage.mount-removable no <-- (action, result)

현재 내가 사용하고 있는 WM이 XFCE4임.
hal, dbus 설치되어 있음. 그럼에도 불구하고 포터블 저장장치를 삽입하면 제목과 같은 에러가 발생함. 

There is easy fix for this error. Just define security rules
in /etc/PolicyKit/PolicyKit.conf like these:
<config version="0.1">

<match action="org.freedesktop.hal.storage.mount-removable">
  <match user="Put user account name here">
    <return result="yes">
  </return></match>
</match>

<match action="org.freedesktop.hal.storage.mount-fixed">
  <match user="Put user account name here">
    <return result="yes">
  </return></match>
</match>

</config>

First rule allows automounting pendrives, the second one is for fixed disks
like hard drives.

라고 합니다. (이따위것을 번역해 줄 필요는 없겠지? 설마...)

트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://handmade.egloos.com/tb/5055848 [도움말]

덧글

덧글 입력 영역