Hi All,
I am trying to mount Pen drive that i am able to found in sda , sda1 , sda5 in dev. While in partitions I can able to see the description of the device. :-
Steps I have performed:
1) I have formatted usb-storage device with ext2
2) then I have inserted into am335x based device
3)Unmount /media/sda5
# umount -l media/sda5
4) Tried to mount on /media/sd5 so that i can able to access the device;
$ mount -t msdos /dev/sda1 /media/sda5
also tried with
$ mount -t msdos /dev/sda5 /media/sda5
Getting Error :
mounting device /dev/sda5 /media/sda5 : unable to mount to device no device found
Praveen

