玄人志向 IDE-USB2.0変換基板 USB2.0-DAT2
利用したハードウェア
利用したソフトウェア
玄人志向 IDE-USB2.0変換基板 USB2.0-DAT2
本体 SL-C3000のUSBポートにPocket USBホスト ケーブルのミニB5ピンを挿して
玄人志向 USB2.0-DAT2 をPocket USBホスト ケーブルのAタイプ/メスに挿入する。
[設定]-[システム情報]-[デバイス]-[USB]で
USB OHCI Root Hubの次に表示される情報を確認する。
USB
|- USB OHCI Root Hub
|- HUB
|- USB TO IDE
Vendor: Genesys Logic, Inc.
Product: USB TO IDE
Class: Mass-Storage
ID: 05e3/0702
Driver: usb-storage |
モジュール usb-storage.o が自動的にロードされます。
Module Size Used by
usb-storage 103328 0 (unused)
pxa_bi 24912 0 (unused)
storage_fd 100336 0 (unused)
usbdcore 35504 0 [pxa_bi storage_fd]
usbdmonitor 5488 0
usb_ohci_pxa27x 21696 0 (unused)
usbcore 63264 1 [usb-storage usb_ohci_pxa27x]
usb-monitor 6496 0
sharp_mmcsd_m 41008 2 |
dmesgに表示されたメッセージは、
メッセージの最後に
usb.c: USB device number 3 default language ID 0x409
Product: USB TO IDE
usb.c: unhandled interfaces on device
usb.c: USB device 3 (vend/prod 0x5e3/0x702) is not claimed by any active driver.
Length = 18
DescriptorType = 01
USB version = 2.00
Vendor:Product = 05e3:0702
MaxPacketSize0 = 64
NumConfigurations = 1
Device version = 0.33
Device Class:SubClass:Protocol = 00:00:00
Per-interface classes
Configuration:
bLength = 9
bDescriptorType = 02
wTotalLength = 0020
bNumInterfaces = 01
bConfigurationValue = 01
iConfiguration = 00
bmAttributes = c0
MaxPower = 96mA
Interface: 0
Alternate Setting: 0
bLength = 9
bDescriptorType = 04
bInterfaceNumber = 00
bAlternateSetting = 00
bNumEndpoints = 02
bInterface Class:SubClass:Protocol = 08:06:50
iInterface = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 81 (in)
bmAttributes = 02 (Bulk)
wMaxPacketSize = 0040
bInterval = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 02 (out)
bmAttributes = 02 (Bulk)
wMaxPacketSize = 0040
bInterval = 00
usb.c: kusbd: /sbin/hotplug add 3
hub.c: port 2, portstatus 100, change 0, 12 Mb/s
hub.c: port 3, portstatus 100, change 0, 12 Mb/s
hub.c: port 4, portstatus 100, change 0, 12 Mb/s
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
...
scsi0 : SCSI emulation for USB Mass Storage devices
...
Vendor: IBM-DJSA Model: -210 Rev: 0811
Type: Direct-Access ANSI SCSI revision: 02
...
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
...
SCSI device sda: 19640880 512-byte hdwr sectors (10056 MB)
sda:<7>usb-storage: queuecommand() called
...
sda1 sda2 sda3
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
usb.c: usb-storage driver claimed interface c3c362c0
USB Mass Storage support registered. |
HDD をマウントして使用します。
# mkdir /mnt/usbhdd
ファイル システムが EXT2 の場合
# mount -t ext2 /dev/sda1 /mnt/usbhdd
ファイル システムが VFAT の場合
# mount -t vfat /dev/sda1 /mnt/usbhdd
日本語のファイル名があるとき
# mount -t vfat -o iocharset=utf8,codepage=932 /dev/sda1 /mnt/usbhdd |
USBホスト Top Page に戻る
更新日時:
2005/07/18 11:02:28
お問い合わせ:
本サイトに対する御意見・質問等はこのページからお願いします。