On Sun, Nov 2, 2008 at 12:06 PM, Mir Nazim <[EMAIL PROTECTED]> wrote: > [ 9933.526654] sdb: unknown partition table > [ 9933.528536] sd 7:0:0:0: [sdb] Attached SCSI removable disk > From dmesg output, I think it detects the drive. But does not detect the > brand etc. Its a Kingston.
No, that doesn't matter. The problem is with the partition table. Insert the pen drive again, check the device name, sdb in this case. Open a terminal and type the following command sudo fdisk -l /dev/sdb where sdb is the device name, it might change this time. And paste the output here. -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
