Hi, I am unable to mount usb pen drive on mini2440 - linux kernel. The pen drive is formatted with ext3 file system.Same happens with fat-32 formatted pen drive. SDCard gets mounted without any problem. When I connect the pen drive i get following message. usb 1-1: new full speed USB device using s3c2410-ohci and address 6 usb 1-1: configuration #1 chosen from 1 choice But when I try to mount the device it fails with following output. [root@FriendlyARM /]# mount /dev/1-1 /usb mount: mounting /dev/1-1 on /usb failed: Block device required Can you tell me what is the problem? Thanks in advance!
Can not mount usb pen drive
Don't try to mount the usb identifier directly. check your messages, you should see "sda: sda1" somewhere so try to mount the sda1 device or directly the udisk device if you have the orginal Qtopia2.2 installed. just ls your /dev and you'll see the block devices: sdaX...
While I try to copy The hello file compiled with arm linux gcc 4.4.3 in mini2440 using mimitools putty application. It gives following error. [[root@FriendlyARM /]# usb 1-1: USB disconnect, address 2 usb 1-1: new full speed USB device using s3c2410-ohci and address 3 usb 1-1: New USB device found, idVendor=1ec9, idProduct=b101 usb 1-1: New USB device strings: Mfr=2, Product=3, SerialNumber=4 usb 1-1: Product: Moser Baer Disk usb 1-1: Manufacturer: MBIL SSM usb 1-1: SerialNumber: MB03B2400001BC usb 1-1: configuration #1 chosen from 1 choice scsi1 : SCSI emulation for USB Mass Storage devices scsi 1:0:0:0: Direct-Access MBIL SSM Moser Baer Disk 0009 PQ: 0 ANSI: 5 sd 1:0:0:0: Attached scsi generic sg0 type 0 sd 1:0:0:0: [sda] Attached SCSI removable disk [root@FriendlyARM /]# cd /dev/sd 1 -/bin/sh: cd: can't cd to /dev/sd [root@FriendlyARM /]# cd /dev/sd1 -/bin/sh: cd: can't cd to /dev/sd1 [root@FriendlyARM /]# [root@FriendlyARM /]# -/bin/sh: [root@FriendlyARM: not found [root@FriendlyARM /]# [root@FriendlyARM /]# -/bin/sh: [root@FriendlyARM: not found [root@FriendlyARM /]# [root@FriendlyARM /]# cd /udisk -/bin/sh: cd: can't cd to /udisk [root@FriendlyARM /]# -/bin/sh: cd: can't cd to /udisk What may be the reason??