Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
jjeerry
Old
(Last edited by jjeerry; 7th March 2013 at 08:32 PM.) Reason: New facts
#21  
Junior Member - OP
Thanks Meter 3
Posts: 26
Join Date: Nov 2012
Quote:
Originally Posted by Skarllot View Post
Appears that /data mount point is missing.
Mine has the following line:
...
/dev/block/mmcblk0p5 2.0G 514.2M 1.5G 26% /data
...

Your /data folder exists?
Please return the output for the following:
busybox mount >/sdcard/output.txt

Sent from my GT-I9070 using xda app-developers app
Here is the output:

rootfs on / type rootfs (rw,noatime,nodiratime)
tmpfs on /dev type tmpfs (rw,nosuid,noatime,nodiratime,mode=755)
devpts on /dev/pts type devpts (rw,noatime,nodiratime,mode=600)
proc on /proc type proc (rw,noatime,nodiratime)
sysfs on /sys type sysfs (rw,noatime,nodiratime)
none on /acct type cgroup (rw,noatime,nodiratime,cpuacct)
tmpfs on /mnt/asec type tmpfs (rw,noatime,nodiratime,mode=755,gid=1000)
tmpfs on /mnt/obb type tmpfs (rw,noatime,nodiratime,mode=755,gid=1000)
tmpfs on /dev/shm type tmpfs (rw,noatime,nodiratime,mode=755,gid=1000)
none on /debug type debugfs (rw,noatime,nodiratime)
/dev/block/mmcblk0p3 on /system type ext4 (ro,noatime,nodiratime,barrier=1,data=ordered)
/dev/block/mmcblk0p2 on /modemfs type ext4 (rw,nosuid,nodev,noatime,nodiratime,barrier=1,jour nal_async_commit,data=ordered)
/dev/block/mmcblk0p4 on /cache type ext4 (rw,nosuid,nodev,noatime,nodiratime,errors=panic,b arrier=1,journal_async_commit,data=ordered)
/dev/block/vold/179:8 on /storage/sdcard0 type vfat (rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime ,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_uti me=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro,discard)
/dev/block/vold/179:97 on /storage/extSdCard type vfat (rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime ,uid=1000,gid=1023,fmask=0002,dmask=0002,allow_uti me=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
/dev/block/vold/179:97 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime ,uid=1000,gid=1023,fmask=0002,dmask=0002,allow_uti me=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
tmpfs on /storage/extSdCard/.android_secure type tmpfs (ro,noatime,nodiratime,size=0k,mode=000)



I've tried to use "mount -t ext4 -o rw /dev/block/mmcblk0p5 /data" but it works for 10 seconds and the phone reboots and the partition is gone... Is there a possible way to make this partition mounted permanently?
 
jjeerry
Old
#22  
Junior Member - OP
Thanks Meter 3
Posts: 26
Join Date: Nov 2012
Quote:
Originally Posted by jjeerry View Post
I've tried to use "mount -t ext4 -o rw /dev/block/mmcblk0p5 /data" but it works for 10 seconds and the phone reboots and the partition is gone... Is there a possible way to make this partition mounted permanently?
Anybody?
 
frapeti
Old
#23  
frapeti's Avatar
Senior Member
Thanks Meter 523
Posts: 417
Join Date: Mar 2012
Location: Cordoba, Argentina

 
DONATE TO ME
Default Re: [Q] Internal memory 0 MB on JB

Quote:
Originally Posted by jjeerry View Post
Anybody?
Your emmc chip is damaged maybe? Try to format /data, alternatively you can use your sdcard to mount as /data partition

Sent from my GT-I9070 using xda app-developers app
 
Skarllot
Old
#24  
Skarllot's Avatar
Member
Thanks Meter 14
Posts: 71
Join Date: Jan 2013
Default Re: [Q] Internal memory 0 MB on JB

Quote:
Originally Posted by jjeerry View Post
Anybody?
Tried to check the partition using fsck?

Sent from my GT-I9070 using xda app-developers app
Samsung Galaxy S Advance I9070
ROM: Stock JellyBean 4.1.2 I9070VJLPA
Kernel: CoCore-E 6.0 TWRP
 
jjeerry
Old
#25  
Junior Member - OP
Thanks Meter 3
Posts: 26
Join Date: Nov 2012
Quote:
Originally Posted by Skarllot View Post
Tried to check the partition using fsck?

Sent from my GT-I9070 using xda app-developers app
Yes. it was working for few hours and fixed everything. But still the same issue...

Quote:
Originally Posted by frapeti View Post
Your emmc chip is damaged maybe? Try to format /data, alternatively you can use your sdcard to mount as /data partition

Sent from my GT-I9070 using xda app-developers app
tryed to format in CWM - there is a problem "no /etc/fstab" directory. Maybe i have to recover etc? but i do not have a backup...

How to mount sdcard as /data ?
 
Skarllot
Old
#26  
Skarllot's Avatar
Member
Thanks Meter 14
Posts: 71
Join Date: Jan 2013
Default Re: [Q] Internal memory 0 MB on JB

Quote:
Originally Posted by jjeerry View Post
Yes. it was working for few hours and fixed everything. But still the same issue...
Try to run the following command:
busybox mke2fs -T ext4 /dev/block/mmcblk0p5

That command will reformat your data partition.

Quote:
Originally Posted by jjeerry View Post
tryed to format in CWM - there is a problem "no /etc/fstab" directory. Maybe i have to recover etc? but i do not have a backup...

How to mount sdcard as /data ?
I don't recommend to not mess up your sdcard.

Sent from my GT-I9070 using xda app-developers app
Samsung Galaxy S Advance I9070
ROM: Stock JellyBean 4.1.2 I9070VJLPA
Kernel: CoCore-E 6.0 TWRP
 
jjeerry
Old
#27  
Junior Member - OP
Thanks Meter 3
Posts: 26
Join Date: Nov 2012
Quote:
Originally Posted by Skarllot View Post
Try to run the following command:
busybox mke2fs -T ext4 /dev/block/mmcblk0p5

That command will reformat your data partition.
This doesn't work. I get this note: [1] Segmentation fault.

I think this has something to do with my /etc folder. When i've installed Cocore with twrp every command i tryed (wipe, format etc.) i had "failed to mount /etc". Is there a way to recover it (i think some time ago i could format it, but i am not sure).
 
Skarllot
Old
#28  
Skarllot's Avatar
Member
Thanks Meter 14
Posts: 71
Join Date: Jan 2013
Default Re: [Q] Internal memory 0 MB on JB

Quote:
Originally Posted by jjeerry View Post
This doesn't work. I get this note: [1] Segmentation fault.

I think this has something to do with my /etc folder. When i've installed Cocore with twrp every command i tryed (wipe, format etc.) i had "failed to mount /etc". Is there a way to recover it (i think some time ago i could format it, but i am not sure).
Try to reflash original ROM.

Sent from my GT-I9070 using xda app-developers app
Samsung Galaxy S Advance I9070
ROM: Stock JellyBean 4.1.2 I9070VJLPA
Kernel: CoCore-E 6.0 TWRP
 
jjeerry
Old
#29  
Junior Member - OP
Thanks Meter 3
Posts: 26
Join Date: Nov 2012
Quote:
Originally Posted by Skarllot View Post
Try to reflash original ROM.

Sent from my GT-I9070 using xda app-developers app
Original ROM works fine, but in recovery it still says "/efs cannot mount"

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

HttpClient Tutorial to Upload and Download with Your App

Developers wanting to interact with the Internet need to choose a package to do the … more

Profile Flow: A Tasker Alternative

By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more

More Tips to Help Promote Your Android App

With over 700,000 apps in the Google Play store and more than 48 billion app installs, it’s … more

Sony Continues AOSP Initiative on the Tablet Z

Sometimes, you can harp on a subject so much that you end upbeating a dead horse. In our eyes, … more