The Following User Says Thank You to fidel For This Useful Post: | ||
|
2011-12-07
, 22:09
|
Posts: 1,141 |
Thanked: 781 times |
Joined on Dec 2009
@ Magical Unicorn Land
|
#2
|
The Following User Says Thank You to stlpaul For This Useful Post: | ||
|
2011-12-07
, 22:24
|
Posts: 28 |
Thanked: 21 times |
Joined on Sep 2010
|
#3
|
I think maybe you should use /usr/sbin/mmc-mount instead of mount, that way it applies all of the proper mounting options.
mount /usr/sbin/mmc-mount
The Following User Says Thank You to fidel For This Useful Post: | ||
|
2011-12-07
, 23:00
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#4
|
|
2011-12-07
, 23:23
|
Posts: 28 |
Thanked: 21 times |
Joined on Sep 2010
|
#5
|
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.
$ 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
mount /dev/mmcblk0p1 mount /home/user/MyDocs
The Following User Says Thank You to fidel For This Useful Post: | ||
|
2011-12-08
, 03:47
|
|
Posts: 723 |
Thanked: 519 times |
Joined on Nov 2010
@ Kuching:Malaysia
|
#6
|
|
2011-12-08
, 14:40
|
Posts: 28 |
Thanked: 21 times |
Joined on Sep 2010
|
#7
|
install backupmenu...it can fsck our device....if problem still persist then download Gparted Live CD to fixed any corrupted device....
remember Gparted Live CD need backupmenu (mass storage mode) to fixed your problem...
The Following User Says Thank You to fidel For This Useful Post: | ||
|
2011-12-08
, 15:23
|
|
Posts: 723 |
Thanked: 519 times |
Joined on Nov 2010
@ Kuching:Malaysia
|
#8
|
Thank you.
I ran fsck (rootsh) in the code above. Is (backupmenu) a different version? I'm not familiar with fsck so I will execute exactly what you say.
If that fails, and I need to make a Gparted Live CD what do I need to execute?
Sorry for all the questions. This is the first time I've "gone under the hood"
|
2011-12-08
, 22:08
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#9
|
|
2011-12-09
, 01:36
|
Posts: 28 |
Thanked: 21 times |
Joined on Sep 2010
|
#10
|
install backupmenu into your device & reboot your device with your keyboard slider open...this will boot backupmenu....now ignore any error on backupmenu startup....
once backupmenu is open look at and option to fsck your device....it will fsck all partition on your device...if there a problem it will be show in its log....
fsck your device a few times to makes sure it can fix any error....after fcsk then use option quit & reboot...remember to close your keyboard to reboot like normal...
checking mydocs... errors may have been encountered: code : 8 fsck.ext2: Bad magic number in super-block while trying to open /dev/mmcblk0p1 press any key to continue
The Following User Says Thank You to fidel For This Useful Post: | ||
I tried michaaa62 "http://talk.maemo.org/showthread.php?t=71702"
solution and got a Invalid argument error message.
Additionally when connected to my windows laptop, it recognizes the N900 as Removal Disk G and H but I can't explore.
Please help, this is the first time I've used rootsh
Last edited by fidel; 2011-12-11 at 16:03. Reason: SOLVED