Hi everybody,
I'm developing an application under uclinux uclibc 0.9.26 for Coldfire m532x.

If I try to mount a FAT32 USB stick

--->  as a vfat fs:

   # mount -t vfat  /dev/sda1 /mnt/floppy/
mount: Mounting /dev/sda1 on /mnt/floppy failed: No such device or address

it doesn't work!!

--->  as a msdos fs:
 # mount -t msdos  /dev/sda1 /mnt/floppy/

It works and I can read its content,
but when I write something and I try to unmuont, I get the following:

# cp HmiErrors.log  /mnt/floppy/
# umount /dev/sda1
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
sd 7:0:0:0: SCSI error: return code = 0x70000
end_request: I/O error, dev sda, sector 64
Buffer I/O error on device sda1, logical block 32
lost page write due to I/O error on sda1
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
sd 7:0:0:0: SCSI error: return code = 0x70000
end_request: I/O error, dev sda, sector 1072
Buffer I/O error on device sda1, logical block 1040
lost page write due to I/O error on sda1
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13
usb 1-1: reset full speed USB device using ehci and address 13







Thanks a lot for any help
Claudia
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to