#!/bin/sh invoke-rc.d hotplug stop for mod in sd_mod usb-storage scsi_mod uhci ehci-hcd usbcore; do modprobe -r $mod done invoke-rc.d hotplug start