我试图将USB外部磁盘驱动器附加到我的Ubuntu笔记本(运行15.10),但它没有出现。磁盘可能有缺陷,但我怎么确定呢?驱动器是一个希捷梭鱼3Tb磁盘在一个RaidSonic冰盒IB-351Stu-3B外壳,这是一个ASMedia AS2115 AS2115设备的品牌名称。当我打开驱动器时,它就会被识别,就像在dmesg
中看到的那样:
[ 720.384062] usb 2-1: new high-speed USB device number 7 using ehci-pci
[ 720.517875] usb 2-1: New USB device found, idVendor=174c, idProduct=1153
[ 720.517882] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 720.517888] usb 2-1: Product: AS2115
[ 720.517892] usb 2-1: Manufacturer: ASMedia
[ 720.517896] usb 2-1: SerialNumber: 00000000000000000000
[ 721.070744] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 721.073220] scsi host4: usb-storage 2-1:1.0
[ 721.074233] usbcore: registered new interface driver usb-storage
[ 721.078617] usbcore: registered new interface driver uas
[ 722.072763] scsi 4:0:0:0: Direct-Access ASMT 2115 0 PQ: 0 ANSI: 6
[ 722.073315] sd 4:0:0:0: Attached scsi generic sg3 type 0
[ 722.078482] sd 4:0:0:0: [sdc] Spinning up disk...
[ 723.080037] ........ready
lsusb -v
也可以看到其中的一些部分:
jos@zyrrup:~$ lsusb -v -s 002:012
Bus 002 Device 012: ID 174c:1153 ASMedia Technology Inc. ASM2115 SATA 6Gb/s bridge
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x174c ASMedia Technology Inc.
idProduct 0x1153 ASM2115 SATA 6Gb/s bridge
bcdDevice 0.01
iManufacturer 2
iProduct 3
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xc0
Self Powered
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
但是,gparted
或任何其他磁盘实用程序都无法识别驱动器。
我应该得出结论,驱动器是有缺陷的,还是需要为它安装任何特殊的驱动程序?
编辑:当连接到Windows机器时,设备被识别(并且它的驱动程序是从某个地方安装的),但是Windows提供格式化磁盘,然后失败,比如“格式化失败”,没有进一步的信息。我不知道如何开始调试它,无论如何,我想在Linux计算机上使用这个驱动器。
EDIT2:尽管设备声称是USB3.0兼容的,但我已经将它连接到了一个普通的USB2.0端口。
发布于 2016-03-28 10:20:45
我已将磁盘替换为另一个磁盘,这一次磁盘已被识别并可以格式化。大梭鱼一定是有毛病。我一会儿就结束这个问题。
https://askubuntu.com/questions/750971
复制相似问题