
히타치 2.5인치 하드디스크를 설치했습니다.Inateck 하드 드라이브 인클로저. USB3 케이스 포트의 USB2 케이블을 사용하여 케이스를 Toshiba R630-156에 연결했습니다. 하드 드라이브에 전원이 공급되는 것을 듣고 느낄 수 있지만 dmesg에는 메시지가 표시되지 않습니다. lsusb에 관련 출력이 표시되지 않습니다. usb_storage 커널 모듈을 활성화했지만 아무런 차이가 없는 것 같습니다. 저는 하드웨어 문제를 해결한 경험이 없으므로 설명에 매우 구체적인 용어를 사용하는 경우 일부 문서를 참조하세요. 더 많은 디버깅 정보가 필요한지 문의하세요. 감사해요.
$ cat /etc/lsb-release
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=17
DISTRIB_CODENAME=qiana
DISTRIB_DESCRIPTION="Linux Mint 17 Qiana"
$ uname -a
Linux rag-tos-laptop 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$ lsmod | grep usb
usb_storage 62209 0
btusb 32412 0
bluetooth 395423 12 bnep,btusb,rfcomm
usbhid 52616 0
hid 106148 2 hid_generic,usbhid
$ lsusb
Bus 002 Device 004: ID 0930:0214 Toshiba Corp.
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0bda:58f5 Realtek Semiconductor Corp.
Bus 001 Device 004: ID 046d:c52e Logitech, Inc.
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
BIOS Information
Vendor: TOSHIBA
Version: Version 1.90
Release Date: 02/24/2011
ROM Size: 2048 kB
Characteristics:
ISA is supported
PCI is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
VLB is supported
Boot from CD is supported
Selectable boot is supported
EDD is supported
Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
3.5"/720 kB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
ACPI is supported
USB legacy is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
BIOS Revision: 1.90
Firmware Revision: 1.40
답변1
실제로 USB3 케이블을 사용하여 노트북의 USB2 포트에 연결하면 장치가 발견되고 모든 파티션이 자동으로 마운트된다는 것을 방금 깨달았습니다.
이전에 겪었던 문제는 USB3 장치에 필요한 것보다 적은 전력만 전달할 수 있는 USB2 케이블에서 비롯되었을 수 있습니다.
/dev/sdb5 on /media/r/3c45f792-1630-4866-8a33-1534c115f285 type ext4 (rw,nosuid,nodev,uhelper=udisks2)
/dev/sdb6 on /media/r/ce13cd6c-57bd-4beb-b489-10e2aa2a7876 type ext4 (rw,nosuid,nodev,uhelper=udisks2)
/dev/sdb1 on /media/r/SYSTEM type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/mapper/vgroup1-mymedia on /media/r/dc1afac9-27cc-4f76-95a6-91f0ac0060ef type ext4 (rw,nosuid,nodev,uhelper=udisks2)
/dev/mapper/vgroup1-virtualization on /media/r/c71ff7a8-bfee-48e1-9ab1-25e6a8ecd829 type ext4 (rw,nosuid,nodev,uhelper=udisks2)
kernel: [13587.330014] sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 >
kernel: [13587.333642] sd 8:0:0:0: [sdb] Attached SCSI disk
kernel: [13589.035776] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
kernel: [13589.038729] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: (null)
kernel: [13592.827240] bio: create slab <bio-1> at 1
kernel: [13595.524660] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
kernel: [13598.882851] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)