|
发表于 2008-7-19 15:15:00
|
显示全部楼层
改过这个文件没?- /usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi
复制代码 在这个Section下面加上你不想系统自己加载的分区就可以了- <!-- Here follow volumes we specifically want to ignore - it is the -->
- <!-- responsibility of software higher in the stack (e.g. gnome-vfs) -->
- <!-- amd mount programs (e.g. Mount() on HAL) to respect volume.ignore -->
- <merge key="volume.ignore" type="bool">false</merge>
复制代码
XML格式的话,可以参考这个文件的上下文写法。
这里有篇文章有个例子,可以看一下:
http://www.linuxidc.com/Linux/2008-02/11066.htm |
|