Hi. I have the main system on SDCard, and i want to use the pen-usb like a storage for data.
I tried to mount this pen, adding this line in /etc/fstab:
UUID=c39f25d5-a77c-4b90-b31f-d8c30e7a0573 /media/pen ext2 defaults 0 0
But when i start sheeva, in the boot log
[ 27.336399] uncorrectable error :
[ 27.339820] end_request: I/O error, dev mtdblock2, sector 1038328
[ 27.346247] uncorrectable error :
[ 27.349487] uncorrectable error :
[ 27.352923] end_request: I/O error, dev mtdblock2, sector 1038272
[ 27.359334] uncorrectable error :
[ 27.362590] uncorrectable error :
[ 27.366015] end_request: I/O error, dev mtdblock2, sector 1038320
[ 27.372449] uncorrectable error :
[ 27.375691] uncorrectable error :
[ 27.379113] end_request: I/O error, dev mtdblock2, sector 1038328
[ 27.385537] uncorrectable error :
[ 27.388780] uncorrectable error :
[ 27.392215] end_request: I/O error, dev mtdblock2, sector 1038328
[ 27.399343] uncorrectable error :
[ 27.402610] uncorrectable error :
[ 27.406041] end_request: I/O error, dev mtdblock2, sector 1038328
mount: special device UUID=c39f25d5-a77c-4b90-b31f-d8c30e7a0573 does not exist
failed.
So i tried to change the uuid whit the name of device:
/dev/sda1 /media/pen ext2 defaults 0 0
but i have the same error:
Mounting local filesystems...mount: special device /dev/sda1 does not exist
failed.
but if i give
mount /dev/sda1 /media/pen
when logged in, it mounted correctly.
could you help me to solve this problem?