2009/2/16 sameer shinde s9sameer@gmail.com:
Hi All,
Can anyone tell me, how do I disable usb storage in linux? I want just to disable usb storage, but usb keyboard / mouse should work in system.
1. Remove any references to USB device (usually /dev/sdXY - check the output from dmesg while attaching USB device) from /etc/fstab. 2. Remove any sudo or root access for the user.
That should be the easiest way i guess.
Anurag