我正在尝试安装外置日立硬盘。据说它是 USB 3.0 并且向后兼容 2.0。
我可以用 lsusb 看到它(它是“SimpleTech”):
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 045e:00dd Microsoft Corp. Comfort Curve Keyboard 2000 V1.0
Bus 002 Device 003: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
Bus 001 Device 011: ID 4971:1013 SimpleTech
此外,系统似乎认为它是一个“高速 USB 设备”,并且它使用 ehci_hcd。从“dmesg | grep -i usb”,插入和拔出几次:
[1914076.788026] usb 1-8: new high speed USB device number 9 using ehci_hcd
[1914118.992058] usb 1-8: reset high speed USB device number 9 using ehci_hcd
[1914466.772118] usb 1-8: USB disconnect, device number 9
[1914478.188029] usb 1-7: new high speed USB device number 10 using ehci_hcd
[1914516.944023] usb 1-7: reset high speed USB device number 10 using ehci_hcd
[1914828.148003] usb 1-7: USB disconnect, device number 10
[1914832.184073] usb 1-7: new high speed USB device number 11 using ehci_hcd
此外,它显示为 /dev/sde。但是,“sudo fdisk -l”没有显示它,gparted 没有看到它,而“sudo parted /dev/sde”给了我“没有这样的设备或地址”。
我知道硬盘可以工作,因为我可以在 Mac OS X 10.6(其格式为 FAT32)中使用它。
我能做些什么?
答案1
正如詹姆斯所建议的,使用磁盘工具似乎是个好主意。
答案2
我在使用新的日立外置 2T 硬盘时也遇到了同样的问题。
使用 Mac OS X“Lion”(10.7.2)可以正确检测到该驱动器。该磁盘具有 MBA 分区表,其中包含单个 NTFS 2.0TB 分区。
我发现将“uas”驱动程序列入黑名单会有所帮助。
http://ubuntuforums.org/showpost.php?p=11334979&postcount=17
我尝试了“rmmod uas”,但似乎没有帮助。重新启动后,驱动器似乎被检测到并正常工作。