View Single Post
Old 10-07-2012, 03:52 PM   #10
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
Quote:
Originally Posted by mickael28 View Post
Any other idea with the info provided?
your fsck fails due to fstab entry and fsck.auto missing

you could try these commands:

Code:
mount -o remount,ro /intsdcard
fsck.vfat /dev/block/loop0


usually it would be /dev/loop0 and not /dev/block/loop0 - no space before the 0 like you posted

fsck.vfat may also be named dosfsck or fsck.msdos or fsck -t vfat

and then reboot the device

If this filesystem is exposed via USB, you can also fsck the device on a [Linux] PC.
frostschutz is offline   Reply With Quote