无法安装 U 盘

无法安装 U 盘

当我将 U 盘插入 USB 端口时,出现以下消息。我也无法格式化它。(此 U 盘之前用作 Ubuntu 12.04 的可启动驱动器)

在此处输入图片描述

我正在使用 Ubuntu 12.04 LTS。

终端中的 lsusb 命令显示以下消息:

siva@siva:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0424:2513 Standard Microsystems Corp. 
Bus 002 Device 002: ID 0424:2513 Standard Microsystems Corp. 
Bus 001 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 001 Device 004: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
Bus 002 Device 003: ID 05ac:8242 Apple, Inc. IR Receiver [built-in]
Bus 002 Device 004: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 001 Device 007: ID 05ac:8281 Apple, Inc. 
Bus 001 Device 008: ID 0951:1653 Kingston Technology 

答案1

  • 插入 USB 记忆棒。

  • 检查 USB 中的分区是否有错误:

sudo fsck /dev/sdb5
  • 您可能需要更改分区名称(sdb5)。挂载时再次查看错误窗口。

相关内容