Ad

matthew
asked Feb 23 2017
Answer
To disable the usb storage,you need to create configuration file in /etc/modprobe.d directory.
Add the following lines to the file
install usb-storage /bin/true
Save the file and exit
After creating this configuration file, the usb storage access will be blocked completely.

krishnakumar
asked Feb 23 2017
edited Oct 05 2018
How to disable usb storage in linux
I need to disable usb storage access for some linux machine,can you please guide me.