필자는 thunar를 쓰고 있는데 USB는 마운트 되는데 디스크는 마운트 안 되는 경우가 있다... 여기서 디스크라함은 하드디스크로서 윈도우 파티션임. fstab을 수정하는 수도 있지만 이런 경우 하드랙을 이용해 여러개의 디스크를 넣었다 뺐다 하는 경우 곤란하다 (.............)
http://www.pclinuxos.com/forum/index.php?topic=91146.0
/usr/share/polkit-1/actions/org.freedesktop.devicekit.udisks.policy 파일을 수정해야 한다.
org.freedesktop.devicekit.disks.filesystem-mount-system-internal 을 찾는다.
<allow_active>auth_admin_keep</allow_active>
http://www.pclinuxos.com/forum/index.php?topic=91146.0
/usr/share/polkit-1/actions/org.freedesktop.devicekit.udisks.policy 파일을 수정해야 한다.
org.freedesktop.devicekit.disks.filesystem-mount-system-internal 을 찾는다.
<allow_active>auth_admin_keep</allow_active>
을 찾아서
<allow_active>yes</allow_active>
로 바꾼다.
로 바꾼다.