Active Topics

 


Reply
Thread Tools
Posts: 13 | Thanked: 0 times | Joined on Jan 2011
#1
Hi,

I was using Nokia N900 for 1 year 6 months. Now i have a problem. the file manager is not working and because of that the camera and other applications also stoped working. When i connect N900 thru mass storage mode, i cant see the other folders like DCIM and others. Please help me how i could resolve this problem.

Thanks in advance,

Regards,

-Srini.
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
First try to check the file system of the partition.
You need rootsh to be installed, for that code to work in X-Terminal application.
Code:
sudo gainroot
umount /dev/mmcblk0p1
There should be an error if the device is unmounted, like i think it is. Then proceed
Code:
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
Please post the complete error message(s), if any, here for further inspection.
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 13 | Thanked: 0 times | Joined on Jan 2011
#3
hi,

Thank you very much for your reply.

i got the following error.....


/home/ user # unmount /dev/mmcblk0p1
/bin/sh: unmount: notfound
/home/user # fsck -af /dev/ /dev/mmcblk0p1
fsck 1.41.3.maemo0 (12-oct-2008)
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
mount /dev/ /dev/mmcblk0p1: 4681 files, 126858/442377 clusters

/home/user # mount /dev/ /dev/mmcblk0p1 /home/user/MyDocs
-----------------------------------------------------------------------------
mount: mounting /dev/mmcblk0p1 on /home/user/MyDocs failedevice or resource busy
/home/user#
-----------------------------------------------------------------------------
 
Posts: 13 | Thanked: 0 times | Joined on Jan 2011
#4
kindly help me to solve this problem. i love my n900 so much that i dont want to lose it. I am even okay to flash the device completely if it solves the problem.
 
Posts: 115 | Thanked: 98 times | Joined on Aug 2011
#5
I'm not sure if I can help you or not, try to give us the output if you type this in XTerm:
Code:
/usr/bin/ossofilemanager
 

The Following User Says Thank You to AWasisto For This Useful Post:
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#6
Originally Posted by parandsri View Post
hi,

Thank you very much for your reply.

i got the following error.....


/home/ user # unmount /dev/mmcblk0p1
/bin/sh: unmount: notfound
/home/user # fsck -af /dev/ /dev/mmcblk0p1
fsck 1.41.3.maemo0 (12-oct-2008)
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
mount /dev/ /dev/mmcblk0p1: 4681 files, 126858/442377 clusters

/home/user # mount /dev/ /dev/mmcblk0p1 /home/user/MyDocs
-----------------------------------------------------------------------------
mount: mounting /dev/mmcblk0p1 on /home/user/MyDocs failedevice or resource busy
/home/user#
-----------------------------------------------------------------------------
Originally Posted by michaaa62 View Post
First try to check the file system of the partition.
You need rootsh to be installed, for that code to work in X-Terminal application.
Code:
sudo gainroot
umount /dev/mmcblk0p1
There should be an error if the device is unmounted, like i think it is. Then proceed
Code:
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
Please post the complete error message(s), if any, here for further inspection.
the proper command is umount, not unmount

EDIT: just made a quick test:
Code:
root
umount /media/mmc1/
umount /home/user/MyDocs
exit
ossofilemanager
pops up and simply reports [no files/folders]
actually this might be an easier way to exclude that the binaries are not corrupt
__________________
information is a necessary though no sufficient condition to rationality...

Last edited by misterc; 2012-06-09 at 16:10. Reason: umount all + start ossofilemanager
 
Posts: 13 | Thanked: 0 times | Joined on Jan 2011
#7
Hi misterc

Thanks for your reply. Sorry. but i tried with umount command now. still no result. the file manager opens but i cant see any files in there.

it says "(no files/folders)" inide file manager...

Kindly let me know what to do...
 
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#8
Originally Posted by parandsri View Post
Hi misterc

Thanks for your reply. Sorry. but i tried with umount command now. still no result. the file manager opens but i cant see any files in there.

it says "(no files/folders)" inide file manager...

Kindly let me know what to do...
this is what you should do:

open a new X Terminal windows ([S _] icon)
Code:
root
umount /dev/mmcblk0p1
fsck  /dev/mmcblk0p1
please post back the exact output of each command.
__________________
information is a necessary though no sufficient condition to rationality...
 

The Following User Says Thank You to misterc For This Useful Post:
Posts: 177 | Thanked: 152 times | Joined on Oct 2011
#9
@misterc
apologise if i commit mistake

but after fsck /dev/mmcblk0p1
either reboot or
mount /dev/mmcblk0p1
 

The Following User Says Thank You to Sourav.dubey For This Useful Post:
Posts: 13 | Thanked: 0 times | Joined on Jan 2011
#10
this is what i got after i typed your command...

/home/user # umount /dev/mmcblk0p1
/home/user #fsck/dev/mmcblk0p1
fsck 1.41.3.maemo0 (12-oct-2008)
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/mmcblk0p1: 4681 files, 126858/442377 clusters
/home/user #
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:32.