解决Ubuntu 10.04 LTS开机挂载USB错误问题

今天升级完系统到Ubuntu 10.04 LTS,开机老出现一行错误提示
“An error occurred while mounting /proc/bus/usb”
需要按S键跳过才能进入系统,开始我以为是偶然现象,
后来每次开机进入Ubuntu都有这样的提示,就觉得烦了,就上网找解决方案。
在Google搜索到的解决方案都是国外的论坛的,没有中文的
我的英文不是很好,但也只能咬咬牙点进去看了。
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
国外的论坛上给出的解决方案是这样的
1、open a terminal window from the menu: Applications > Accessories > Terminal
2、enter "sudo nano /etc/fstab" and enter your password when prompted.
3、add # in front of the line "none /proc/bus/usb usbfs devgid=123,devmode=644 0 0"
4、press <Ctrl> + <X> to exit
5、press <Y> to confirm saving the changes
6、Leave the file name to write "fstab" and press <Enter>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
大意就是找到“/etc/fstab”这个文件,把最后一行注释掉
因为这里是给Vitrulbox提供USB驱动的,10.04里面会有问题,所以要把它注释掉。
因为我不使用nano编辑器的,只好用Gedit来编辑,其实是一样的
把命令改成“sudo gedit /etc/fstab”然后把最后一行前面输入一个“#”号注释掉就可以了
问题圆满解决。。。。。。
这个问题应该很普遍才对,但是不知道为什么Ubuntu 10.04 LTS出那么久了还没有人写中文的解决方案
大牛们都是直接看英文弄了,搞得尔等小菜遇到就没法弄。。。。。。
这个时候百度一点作用都起不到了,只能Google。。。。。。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/27029.html