如何在redhat9下面使用1.0接口的usb移动硬盘设备
我的是20G的1.0接口移动硬盘,插上后redhat9能够识别到该设备可是在mount /dev/sda0 /mnt/usbdisk的时报不能识别的文件系统
我的移动硬盘是FAT32系统
显示信息如下:
ub.c: new USB device 00:1f.2-1, assigned address 2
usb.c: USB device 2 (vend/prod 0x5e3/0x702) is not claimed by any active driver.
SCSI subsystem driver Revision: 1.00
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: IC25N020 Model: ATCS04-0 Rev: 0811
Type: Direct-Access ANSI SCSI revision: 02
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.
使用mount -t vfat /dev/sda0 /mnt/usbdisk后显示错误信息如下:
root@localhost /]# mount -t vfat /dev/sda1 /mnt/usbdisk
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
这该怎么办,盼高手指点一二 查看/proc/scsi/scsi文件的内容,里面有关于你的hdd的信息的。或者看lsusb的输出的结果。还可以用fdisk -l /dev/sda查看hdd的分区信息的。 我的华期10GB硬盘用lsusb显示如下错误信息:
Bus 001 Device 004: ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge
Language IDs: none (cannot get min. string descriptor; got len=-1, error=84:Invalid or incomplete multibyte or wide character)
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.01
bDeviceClass 0 Interface
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x04ce ScanLogic Corp.
idProduct 0x0002 SL11R-IDE IDE Bridge
bcdDevice 2.40
iManufacturer 1
iProduct 1
iSerial 0
bNumConfigurations 1
cannot get config descriptor 0, Invalid or incomplete multibyte or wide character (84)
Language IDs: none (cannot get min. string descriptor; got len=-1, error=84:Invalid or incomplete multibyte or wide character)
用cat /proc/scsi/scsi显示如下信息,但就是不能使用,极度郁闷中
# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: ASUS Model: CRW-3212A Rev: 1.0
Type: CD-ROM ANSI SCSI revision: 02
Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: Model: Rev:
Type: <NULL> ANSI SCSI revision: ffffffff
页:
[1]