代碼:
后面定義了一些不自動掛載的分區類型及具體廠商的預定義卷。如果你不想要你系統上的windows分區自動掛載,在上述代碼后添加如下語句即可:<!-- 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>
代碼:
上面代碼中是我這里的具體情況,如果你是FAT分區,把第一個紅色部分改為vfat,第二個紅色部分為windows下你所對應的卷標名字。<!-- Do not mount some Windows partition -->
<match key="volume.fstype" string="ntfs">
<match key="volume.label" string="Win2003">
<merge key="volume.ignore" type="bool">true</merge>
</match>
</match>
新聞熱點
疑難解答