Forum Discussion
Altera_Forum
Honored Contributor
21 years agoproblems of scsi and usb :)
when i plugin my usb stick,the ide shell: # usb 1-1: new full speed USB device using address 2 usb 1-1: decvice decriptor: bNumConfigurations=1,idVendor=422,idProduct=128,bMax PacketSize0=...
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by gwbing@May 31 2005, 03:03 PM disk /dev/sda doesn't contain a valid partition table --- Quote End --- /dev/sda is your USB stick (depending on your kernel configuration and drivers, it can also be /dev/uba). But here it is not http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/tongue.gif The error you mention seems suspicioulsy to the one that makes me recreate the partition table: just
fdisk /dev/sda delete all the partitions and create a new one (type FAT32 or something). After you've done this, mkfs.vfat /dev/sda1 Note all there remarks assume that you're doing this natively on a GNU/Linux machine. I've not used a W32 machine in years http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/laugh.gif I don't know what formatting the stick in Windows will do, but judging it's windows, I would assume not what you expect.