Altera_Forum
Honored Contributor
19 years agoproblem with usb driver
hi,
I have boot uclinux kernel successful,then i plug a usb disk on my board,that's ok.But it show errors when i run the follow code:
[/CODE]fdisk -l /dev/sda
fdisk:Bad command or file name
[CODE]mount -t vfat /dev/sda1 /mnt
FAT:Code page cp437 not found
mount failed:Invalid argument[/B]
please help me,thank you!