-
Notifications
You must be signed in to change notification settings - Fork 0
4.FAQ
yi-yun edited this page Mar 13, 2019
·
5 revisions
一些常见问题的解决方案
-
warning failed to connect to lvmetad,falling back to device scanning编辑etc/lvm/lvm.conf到use_lvmetad = 1将 1 修改为 0,保存,重新配置 grub。 -
双系统时间同步 我喜欢更改 Windows 的时间,打开
cmdReg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1
-
默认挂载非系统分区 编辑
/usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy<defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> <allow_active>yes</allow_active> </defaults>