Disable USB Drive in Linux

Written By smart| 9 June 2009| No Comment

Steps Follows

This example based on Ubuntu

Open the Grub configuration file

#vi /boot/grub/menu.lst

Add “nousb” at the end of the Kernel Line. Like the following

kernel /vmlinuz-2.6.18-128.1.1.el5 ro root=LABEL=/ console=tty0 console=ttyS1,19200n8 nousb

Secure GRUB with a strong Password !!!

#/sbin/shutdown -r now

Related Posts with Thumbnails

Share With Others

Leave your response!




Comment moderation is enabled. Your comment may take some time to appear.