Forum Discussion
Altera_Forum
Honored Contributor
21 years agoMounting usb flash stick
I am developing a USB IP core, and I am now at the stage where I am attempting to create a uClinux driver. With the new driver compiled into the kernel, and debug messages enabled, I see the f...
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by sfielding@Jun 22 2005, 03:38 PM
# mount -n /dev/sda /mnt/ide0
mount -n /dev/sda /mnt/ide0
mount: special device /dev/sda does not exist --- Quote End --- You need to mount the partition, not the device, try mount -n -t vfat /dev/sda1 /mnt/usb