View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#24
Originally Posted by HtheB View Post
Well, I haven't played with anything at all... I don't even have openmode (only inception). I can clearly see whats in /home though... But the problem is that I sometimes I can't install something because the app.data has no space (because somehow, the phone thinks it's is mass storage)

I can't even mount it anywhere else either... Yes, not even on /mnt
It gives the same error as before:

/ # mount -t ext4 /dev/mmcblk0p3 /mnt
mount: mounting /dev/mmcblk0p3 on /mnt failed: Invalid argument
Well that's not what should happen:

Code:
~ # mount | grep /mnt
~ # 
~ # mount -t ext4 /dev/mmcblk0p3 /mnt
~ # 
~ # mount | grep /mnt
/dev/mmcblk0p3 on /mnt type ext4 (rw,relatime,errors=remount-ro,barrier=1,stripe=8,data=ordered)
~ # ls /mnt
UserEncrypted  developer      lost+found     nemo           nitdroid       user           user2
~ #
I do not know that much about inception since I dont use that, only open mode.
Is it possible that you need to try mounting under opensh (or adrianesh, or whatever it's called...?)

Also it's possible that your partition table is corrupted or your mmcblk0p3 is shomehow corrupted as being unmountable.

What does it say when you use fdisk to look at the partition table?
Mine looks like this;

Code:
~ # 
~ # /sbin/sfdisk -l

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

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/mmcblk0p1         16  1632511  1632496   52239872    c  W95 FAT32 (LBA)
		end: (c,h,s) expected (1023,3,16) found (1023,63,32)
/dev/mmcblk0p2     1760512  1891583  131072    4194304   83  Linux
/dev/mmcblk0p3     1891584  1957119   65536    2097152   83  Linux
/dev/mmcblk0p4     1632512  1760511  128000    4096000   83  Linux
		start: (c,h,s) expected (1023,3,16) found (1023,63,32)
		end: (c,h,s) expected (1023,3,16) found (1023,63,32)

Disk /dev/dm-0: 0 cylinders, 0 heads, 0 sectors/track

sfdisk: ERROR: sector 0 does not have an msdos signature
 /dev/dm-0: unrecognized partition table type
No partitions found
~ #
 

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