help with caja, SOLVED
    sergio de Almeida Lenzi 
    lenzi.sergio at gmail.com
       
    Sat Apr 11 23:01:34 UTC 2015
    
    
  
After searching all around I found that
the problem was in the hal daemon
an custom FDI file fixes the problem
create a
file /usr/local/share/hal/fdi/preprobe/20thirdparty/ignore_scsi.fdi
with contents:
=============================================================
<?xml version="1.0" encoding="utf-8"?>
<deviceinfo version="0.2">
        <device>
                <match key="storage.bus" string="scsi">
                        <match key="storage.drive_type" string="disk">
                                <match key="storage.removable"
bool="false">
                                        <merge key="info.ignore"
type="bool">true</merge>
                                </match>
                        </match>
                </match>
        </device>
</deviceinfo>
=============================================================
and restart hal:  service hald restart
after log out and log in, the bogus scsi drives are gone..
    
    
More information about the freebsd-questions
mailing list