View Single Post
Posts: 2,006 | Thanked: 3,351 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#14
Originally Posted by Jack6428 View Post
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
Try this code:
Originally Posted by michaaa62 View Post
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