>> http://dev.laptop.org/git?p=journal-activity;a=blob;f=volumesmanager.py > adding > > if os.path.exists(device.GetProperty('volume.mount_point') + '.do_not_scan'): > return False > > to that method and putting a file named .do_not_scan in the devices > top level directory should prevent it from scanning it. Thank you. I did the above, and it worked. mikus