|
|
不是那种usb外接的,我用fdisk -l显示如下:
Disk /dev/hda: 40.0 GB, 40007761920 bytes
240 heads, 63 sectors/track, 5168 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 873 6599848+ 7 HPFS/NTFS
/dev/hda2 874 5168 32470200 f W95 Ext'd (LBA)
/dev/hda5 874 2228 10243768+ 7 HPFS/NTFS
/dev/hda6 2229 3583 10243768+ 7 HPFS/NTFS
/dev/hda7 3584 3954 2804728+ b W95 FAT32
/dev/hda8 * 3955 3958 30208+ 83 Linux
/dev/hda9 3959 4024 498928+ 83 Linux
/dev/hda10 4025 5168 8648608+ 83 Linux
dmesg则后面几行是:
usb 2-1: new full speed USB device using address 3
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 4 ports detected
usb 2-1.4: new full speed USB device using address 4
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: Aigo Model: Rev: 7.77
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sda: 256000 512-byte hdwr sectors (131 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
/dev/scsi/host0/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
USB Mass Storage device found at 4
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb 2-1: USB disconnect, address 3
usb 2-1.4: USB disconnect, address 4
然后应该怎么mount呢,我直接用sda1挂不上:( |
|