View Single Post
Posts: 28 | Thanked: 21 times | Joined on Sep 2010
#5
Originally Posted by peterleinchen View Post
ooks like you also have a deeper problem.
"Cluster size is zero" does not sound good, i.e. your space on your first partition is zero or not available at all.

Here is my output (with -n instead -af, just checking, no changes):
$ sudo fsck /dev/mmcblk0p1 -n
fsck 1.41.3.maemo0 (12-Oct-2008)
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/mmcblk0p1: 21384 files, 442377/442377 clusters

Check partitions with
sfdisk - l

Did you reboot?
Sorry for not being helpful, but I do not know more at this stage.

--edit
Oh, and mounting should work with your commandor even
moumt /dev/mmcblk0p1
or
mount /home/user/MyDocs
as they are in /etc/fstab. I use these and have no problems.
Here's my output:
HTML Code:
$ fsck /dev/mmcblk0p1 -n

fsck 1.41.3.maemo0 (12-Oct-2008)
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
Cluster size is zero.

$ sfdisk - l 

Disk /dev/mmcblk0: 977024 cylinders, 4 heads, 16 sectors/track
Units = cylinders of 32768 bytes, block of 1024 bytes, counting from 0

Device Boot Start	End	#cyls	#blocks	Id	System
/dev/mmcblk0p1	1	884864	884864	28315648	cW95 FAT32 (LBA)
/dev/mmcblk0p2	884865	950400	65536	2097152	83	Linux
/dev/mmcblk0p3	950401	974976	24576	786432	82	Linux swap / Solaris
/dev/mmcblk0p4	0	-	0	0	0	Empty
Should I now try:
HTML Code:
mount /dev/mmcblk0p1
mount /home/user/MyDocs
 

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