首页 > 代码库 > Ubuntu挂载Windows磁盘输入密码的方法

Ubuntu挂载Windows磁盘输入密码的方法

Ubuntu+Windows双系统情况下,如果想要在Ubuntu中挂载Windows磁盘输入密码需要做一下操作。

命令行输入:$ sudo gedit /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla

找到:

[Mounting, checking, etc. of internal drives]
Identity=unix-group:admin;unix-group:sudo
Action=org.freedesktop.udisks.filesystem-*;org.freedesktop.udisks.drive-ata-smart*;org.freedesktop.udisks2.filesystem-mount-system;org.freedesktop.udisks2.encrypted-unlock-system;org.freedesktop.udisks2.filesystem-fstab;
ResultActive=yes

去掉前面的 “ # ”,即可在挂载磁盘前需输入密码。

 

如果不需要该功能,在” Identity “ 、“ Action ” 、“ ResultActive ” 前面加上“ # ”即可。

 

 

参考:http://www.linuxidc.com/Linux/2010-09/28640.htm