View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#9
So, as the error occurs while writing, I did

Code:
$ cat /dev/zero > /media/mmc1/iotest
-sh: can't create /media/mmc1/iotest: Read-only file system
$ sudo fsck -a /dev/mmcblk1p1
fsck 1.42.5 (29-Jul-2012)
dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN
0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
 Automaticaly removing dirty bit.
/sms/20140928
  Contains a free cluster (264063). Assuming EOF.
/sms/20140930
  Contains a free cluster (264390). Assuming EOF.
/sms/20140921/plugins
  Contains a free cluster (27257). Assuming EOF.
/sms/20140922/plugins
  Contains a free cluster (27325). Assuming EOF.
/sms/20140924/plugins
  Contains a free cluster (184557). Assuming EOF.
/sms/20140927/plugins
  Contains a free cluster (264062). Assuming EOF.
/sms/20140929/plugins
  Contains a free cluster (264266). Assuming EOF.
/.modest/local_folders
  Contains a free cluster (26816). Assuming EOF.
/Sounds/Deliverance/1990 - Weapons of Our Warfare/.mediaartlocal
  Contains a free cluster (264550). Assuming EOF.
/Sounds/Deliverance/1991 - What A Joke/.mediaartlocal
  Contains a free cluster (264523). Assuming EOF.
/Sounds/Deliverance/1992 - Intense Live Series Vol. 1/.mediaartlocal
  Contains a free cluster (264530). Assuming EOF.
/Sounds/Deliverance/1992 - Stay of Execution/.mediaartlocal
  Contains a free cluster (264569). Assuming EOF.
/Sounds/Deliverance/1993 - Learn/.mediaartlocal
  Contains a free cluster (264545). Assuming EOF.
/Sounds/Deliverance/1994 - River Disturbance/.mediaartlocal
  Contains a free cluster (264557). Assuming EOF.
/Sounds/Deliverance/1995 - Camelot in Smithereens/.mediaartlocal
  Contains a free cluster (264537). Assuming EOF.
/Sounds/Deliverance/2007 - As Above - So Below/.mediaartlocal
  Contains a free cluster (264562). Assuming EOF.
/Sounds/Creed/1997 - My Own Prison
  Contains a free cluster (144271). Assuming EOF.
/Sounds/Bon Jovi/1984 - Bon Jovi
  Contains a free cluster (206959). Assuming EOF.
/Sounds/Brides of Destruction/2004 - Here Come the Brides/.mediaartlocal
  Contains a free cluster (408751). Assuming EOF.
/Sounds/Slash/2014 - World on Fire/.mediaartlocal
  Contains a free cluster (328209). Assuming EOF.
/Sounds/Pain of Salvation/2007 - Scarsick/.mediaartlocal
  Contains a free cluster (408734). Assuming EOF.
/Sounds/Riverside/2009 - Anno Domini High Definition/.mediaartlocal
  Contains a free cluster (328194). Assuming EOF.
/Sounds/Angra/2015 - Secret Garden
  Contains a free cluster (352960). Assuming EOF.
/Sounds/:0Gj:0G-:0Gu:0Gq:0Gr:0Gy:0Gu:0HF/1999 - :0GT:0Gm :0GQ:0H0:0Gm:0HE :0GI:0H0:0Gr:0Gy:0Gr:0Gz:0Gu
  Contains a free cluster (408760). Assuming EOF.
/Sounds/Cacophony/1987 - Speed Metal Symphony
  Contains a free cluster (430102). Assuming EOF.
Unable to create unique name
The previous time I ran fsck, there was an I/O error.

But it's weird since I bought the card one year ago. Is subject to warranty?

/edit: the fsck on my desktop fixed the system without errors.

/edit2: the mmc copying is indeed quite slow, but emmc is as well at times, so it might be related to my whole device.

/edit3: a lot of
Code:
end_request: I/O error, dev mmcblk1 sector <>
in the dmesg

/edit4: another I/O error while copying data from mmc to pc
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2015-05-15 at 16:07.
 

The Following User Says Thank You to marmistrz For This Useful Post: