Saturday, June 11, 2011

Disabling USB port on CentOS 5

To disable USB port on the machine, you can edit the grub.conf
# vim /boot/grub/grub.conf

Add the kernel parameter
kernel /vlinuz ..... rhgb quiet nousb

Reboot your system and you will notice all your usb ports disabled

No comments: