禁止GNOME自动挂载
时间:2019-11-20 08:53:21 来源:igfitidea点击:
在Fedora Linux GNOME桌面中如何禁用自动挂载光盘?
GNOME运行gnome-volume-manager程序,在U盘和光盘插入系统时,会自动挂载它们。
使用gconftool-2 GNOME配置工具可以禁用或启用与GNOME桌面相关的设置。
查看当前GNOME的设置
执行以下命令:
$ gconftool-2 -R /desktop/gnome/volume_manager
Gnome禁用自动挂载
执行以下命令:
$ gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /desktop/gnome/volume_manager/automount_media false $ gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /desktop/gnome/volume_manager/automount_drives false