[quote:420d952de1="再见情人"]gnome-volume-manager 现在是 1.5.15了, 也是gnome 2.14.1里面默认的版本,安装之后发现不能自动挂载,查看了一下,ml用的是pmount,而gnome-volume-manager默认是采用 hal gnome-mount, configure 关于pmount的开关也没有了,本来试试自己给他打个补丁,发现需要改的地方太多了,好在gnome-mount可以和pmount共存,gnome vfs到很好,首先会查找gnome-mount,查不到就以pmount为默认。但是这样怎么能保证和gvm协作阿[/quote]
Yep, attached patch makes gnome-vfs detect gnome-mount at runtime and
rips out support for --enable-gnome-mount. This will also make it easier
for distributions offering choice of what mount programs to use - user
won't have to rebuild gnome-vfs if they want to use gnome-mount.