Reply
Thread Tools
Posts: 60 | Thanked: 0 times | Joined on Jan 2011 @ Macedonia
#1
Hello.
I have a problem with my nokia n900, the phone memory is not at file manager, also memory card, i can't take photo or i can;t receave file from bluetooth, also when i connect to pc is there just data and images, on data is nothing inside. if someone have a solution please tell me, thnx.
 
Posts: 60 | Thanked: 0 times | Joined on Jan 2011 @ Macedonia
#2
If it is not clear i will tell you more details, when i open file manager is nothing inside, it says no files or folder. when i look at memory usage Device 138.6 MB availabile Memory for installable applications 159.3 MB availabile on Details Total size 2.19 GB in use by system 227.8 MB user files 1.83 GB Availabile 138.6 MB.
 
Posts: 236 | Thanked: 223 times | Joined on Apr 2011 @ switzerland
#3
Maybe your home partition has not been mounted, did you try to reboot your phone?

Also, what is the output of

mount

and

fdisk -l

?
 
Posts: 60 | Thanked: 0 times | Joined on Jan 2011 @ Macedonia
#4
i tryed umount /dev/mmcblk0p1 it says invalid argument
also fsck /dev/mmcblk0p1 invalid argument
fdisk -l not found
mount rootfs on / type rootfs (rw) and a long writing
 
Posts: 236 | Thanked: 223 times | Joined on Apr 2011 @ switzerland
#5
okay, right command would be

mount /dev/mmcblk0p1 /home/user/MyDocs (if my own mount list is correct )

And also, most of those commends should be done as root.

EDIT: and don't play with rootfs, it is loaded properly, it is only your mydocs partition which is not mounted properly
 
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#6
Maybe your home partition has not been mounted
...quite possibly as a result of corruption. Does File Manager show the icon for the main memory (I believe it calls it "Nokia N900" by default) but nothing inside? Or is the icon not there at all?

From the amount of storage used as per your first post I would assume that you either have a LOT of applications installed or (more likely) some files that should be in MyDocs are, in fact, in your /home partition. May I ask you for the output of this in the terminal:

Code:
ls -l /home
ls -l /home/user
ls -l /home/user/MyDocs
(names are case sensitive, so it is MyDocs and not mydocs or MYDOCS)

fdisk -l not found
Try sfdisk -l. You need to be root for that.

mount rootfs on / type rootfs (rw) and a long writing
It is that "long writing" that is interesting but let's start with the ls commands above.
 
Posts: 60 | Thanked: 0 times | Joined on Jan 2011 @ Macedonia
#7
Yes i used right command but it still (invalid argument) also i used command as root.
 
Posts: 60 | Thanked: 0 times | Joined on Jan 2011 @ Macedonia
#8
sfdisk -l /dev/mmcblk0p1 1 799999 799999 25599968 c w
95 FAT32 (LBA)
sfdisk -l /dev/mmcblk0p1 0+ 120831 120832- 3866616 b w 95 FAT32
 
Posts: 60 | Thanked: 0 times | Joined on Jan 2011 @ Macedonia
#9
Disk /dev/mmcblk0p: 977024 cylinders, 4 heads, 16 sectors/track
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0
 
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#10
Originally Posted by Ilir View Post
sfdisk -l /dev/mmcblk0p1 1 799999 799999 25599968 c w
95 FAT32 (LBA)
sfdisk -l /dev/mmcblk0p1 0+ 120831 120832- 3866616 b w 95 FAT32
Eh?

To be clear, what Mitrigol meant was:

Code:
root <press enter>
mount <press enter>
sfdisk -l <press enter>
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:39.