What linux distribution are you using? Do you know what kernel? Do you know if you are using devfs or udev?
Also you could try manually creating the device in /dev cd to /dev then run the commands necessary the sd devices you need mknod sda b 8 0 mknod sda1 b 8 1 mknod sda2 b 8 2 mknod sda3 b 8 3 mknod sda4 b 8 4 mknod sda5 b 8 5 mknod sda6 b 8 6 mknod sda7 b 8 7 mknod sda8 b 8 8 mknod sdb b 8 16 mknod sdb1 b 8 17 mknod sdb2 b 8 18 mknod sdb3 b 8 19 mknod sdb4 b 8 20 mknod sdb5 b 8 21 mknod sdb6 b 8 22 mknod sdb7 b 8 23 mknod sdb8 b 8 24 Liau.Cloud wrote: >"fdisk /dev/sdb" there is one partition. > > >mount /dev/sbb1 /mnt/ >mount: special device /dev/sbb1 does not exist > > >-----Original Message----- >From: Karl Hiramoto [mailto:[EMAIL PROTECTED] >Sent: Monday, October 17, 2005 4:51 PM >To: Liau.Cloud >Cc: [email protected] >Subject: Re: [Linux-usb-users] /dev/scsi/host1/bus0/target0/lun0: >unknown partition table > > >Try and run "fdisk /dev/sdb" to see if there are partions. Usually there >is one or more. > >the mount /dev/sbb1 for first partion. > > >Liau.Cloud wrote: > > > >>Hi all, >> >>I inserted UBS flash, system show message: >> >>USB device 00:04.2-1, assigned address 3 >>Manufacturer: TTI-WDE >>Product: USB 2.0 Mobile Disk >>SerialNumber: FF05060700351 >>scsi1 : SCSI emulation for USB Mass Storage devices >> Vendor: USB 2.0 Model: Mobile Disk N4KM Rev: 1.00 >> Type: Direct-Access ANSI SCSI revision: 02 >>Attached scsi removable disk sdb at scsi1, channel 0, id 0, lun 0 >>SCSI device sdb: 507904 512-byte hdwr sectors (260 MB) >>sdb: Write Protect is off >>/dev/scsi/host1/bus0/target0/lun0: unknown partition table >> >> > ^^^^^^^^^^^^^^^^^^^^^^ > > >>I can't mount the USB flash, system show message: >> >># mount -t ext2 /dev/sdb /mnt/ >>VFS: Can't find ext2 filesystem on dev sd(8,16). >>mount: wrong fs type, bad option, bad superblock on /dev/sdb, >> or too many mounted file systems >> >>Any one can give me a suggestion, Thx. >> >>Best Regards, >> >>[EMAIL PROTECTED] >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: >>Power Architecture Resource Center: Free content, downloads, discussions, >>and more. http://solutions.newsforge.com/ibmarch.tmpl >>_______________________________________________ >>[email protected] >>To unsubscribe, use the last form field at: >>https://lists.sourceforge.net/lists/listinfo/linux-usb-users >> >> >> >> >> > > > > -- --- Karl Hiramoto <[EMAIL PROTECTED]> US VOIP: (1) 603.966.4448 Spain Casa (34) 951.273.347 Spain Mobil (34) 617.463.826 Yahoo_IM = karl_hiramoto jabber.org=karl_hiramoto ------ - Congressman: Cigarettes killed my father... and raped my mother ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
