Ubuntu 12.10 64 位似乎无法识别我的外部硬盘。它是带有 WD 3TB 驱动器的 Vantec NST-310S3 外置磁盘盒。该磁盘有两个 NTFS 分区。我的电脑是双启动系统。在 Windows 7 下,硬盘工作正常,但我不能让它在 Ubuntu 上工作。当驱动器连接到 PC 时,命令sudo fdisk -l
似乎永远挂起。
下面是lsusb
和cat /proc/partitions
没有外部驱动器,然后连接它的输出。我还在最后添加了 dmesg 命令的最后几行。
首先没有驱动器:
ilan@linux:~$ lsusb
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
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 …
Run Code Online (Sandbox Code Playgroud)