Ok, it says: fsck 1.41.3.maemo0 (12-Oct-2008) dosfsck 2.11, 12 Mar 2005, FAT32, LFN /dev/mmcblk0p1: 3468 files, 415998/442377 clusters mount: mounting failed: Device or resource busy
Unmount the partition Code: umount /dev/mmcblk0p1 Check the file system Code: fsck -af /dev/mmcblk0p1 Fsck should identify the file system type. Then, if everything goes well, mount it back to its place Code: mount /home/user/MyDocs
umount /dev/mmcblk0p1
fsck -af /dev/mmcblk0p1
mount /home/user/MyDocs