can anyone tell me what the recovery partition in relation to mmcblk0***? When I run df there is dev, mnt, system, cache, data, factory, storage, emulated x4 and that is it. I would think that there would be a recovery partition as well. Perhaps it is the one labeled "factory". I dont think it is though because it is showing as only 1.9M. I am trying to replace the recovery partition with dd because I cant get fastboot to work for some reason. I am using linux and adb works fine. Also I dont have root yet which is what I am trying to do now.
Code:
df
Filesystem Size Used Free Blksize
/dev 478.6M 68.0K 478.6M 4096
/sys/fs/cgroup 478.6M 0.0K 478.6M 4096
/sys/fs/cgroup/memory: Permission denied
/mnt 478.6M 0.0K 478.6M 4096
/system 991.9M 925.9M 66.0M 4096
/cache 248.0M 3.0M 244.9M 4096
/data 5.8G 1.3G 4.5G 4096
/factory 1.9M 152.0K 1.7M 4096
/storage 478.6M 0.0K 478.6M 4096
/mnt/runtime/default/emulated: Permission denied
/storage/emulated 5.8G 1.3G 4.5G 4096
/mnt/runtime/read/emulated: Permission denied
/mnt/runtime/write/emulated: Permission denied
Code:
cat /proc/partitions
major minor #blocks name
179 0 7634944 mmcblk0
179 1 16384 mmcblk0p1
179 2 16384 mmcblk0p2
179 3 16384 mmcblk0p3
179 4 6144 mmcblk0p4
179 5 4096 mmcblk0p5
179 6 4096 mmcblk0p6
179 7 1024 mmcblk0p7
179 8 16384 mmcblk0p8
179 9 262144 mmcblk0p9
259 0 1048576 mmcblk0p10
259 1 6243291 mmcblk0p11
179 30 4096 mmcblk0rpmb
179 20 4096 mmcblk0boot1
179 10 4096 mmcblk0boot0
253 0 102400 zram0
Related
cat /proc/partitions:
Code:
major minor #blocks name
[B] 179 0 2,203,648 mmcblk0 [/B] //internal storage
179 1 500 mmcblk0p1
179 2 64 mmcblk0p2
179 3 4,500 mmcblk0p3
179 4 1 mmcblk0p4
179 5 30,000 mmcblk0p5
179 6 12,500 mmcblk0p6
179 7 2,048 mmcblk0p7
179 8 3,072 mmcblk0p8
179 9 2,048 mmcblk0p9
179 10 1,024 mmcblk0p10
179 11 1,024 mmcblk0p11
179 12 8,751 mmcblk0p12
179 13 3,072 mmcblk0p13
179 14 3,072 mmcblk0p14
179 15 1,024 mmcblk0p15
179 16 8,957 mmcblk0p16
179 17 256 mmcblk0p17
179 18 1,024 mmcblk0p18
179 19 1,024 mmcblk0p19
179 20 1,280 mmcblk0p20
179 21 8,701 mmcblk0p21
179 22 4,096 mmcblk0p22
179 23 256 mmcblk0p23
179 24 256 mmcblk0p24
[B] 179 25 425,726 mmcblk0p25[/B] //system partition
[B] 179 26 1,361,920 mmcblk0p26[/B] //data partition
[B] 179 27 209,715 mmcblk0p27[/B] //cache
179 28 20,480 mmcblk0p28
Sum of the blocks in mmcblk0 is 4320039, which is just a bit over 4GiB+128MiB. Need to do more analysis of init file to plumb how this works...
Edit 1: Need to find out what mmcblk0p26 partition is used for and why it needs 1.3GiB. It is most definitely not needed for /system or /cache. Would help if someone can run df command and post the results here. (df > /sdcard/df.txt for convenience)
Edit 2: Thanks dcman008. Looks like mystery is solved. Wasn't really all that mysterious either. Only question is why so much of the flash was allocated to /data.
/dev: 189916K total, 0K used, 189916K available (block size 4096)
/system: 413040K total, 190272K used, 222768K available (block size 4096)
/data: 1336748K total, 155776K used, 1180972K available (block size 4096)
/cache: 197144K total, 17132K used, 180012K available (block size 4096)
/devlog: 20336K total, 5800K used, 14536K available (block size 4096)
/mnt/asec: 189916K total, 0K used, 189916K available (block size 4096)
/mnt/sdcard: 7753728K total, 2342240K used, 5411488K available (block size 32768)
/mnt/secure/asec: Permission denied
/mnt/asec/com.rovio.angrybirds_lite-1: 13500K total, 11724K used, 1776K available (block size 4096)
Is it possbile that 1.3 is a mirroed recovery image of the entire phone like netbooks have in a hidden partition?
So you basically have two copies of your os, and incase something foobars, you just reflash the "shipping config".
New/hidden partitions were found in the root thread.
jashsu said:
cat /proc/partitions:
Code:
major minor #blocks name
[B] 179 0 2,203,648 mmcblk0 [/B] //internal storage
179 1 500 mmcblk0p1
179 2 64 mmcblk0p2
179 3 4,500 mmcblk0p3
179 4 1 mmcblk0p4
179 5 30,000 mmcblk0p5
179 6 12,500 mmcblk0p6
179 7 2,048 mmcblk0p7
179 8 3,072 mmcblk0p8
179 9 2,048 mmcblk0p9
179 10 1,024 mmcblk0p10
179 11 1,024 mmcblk0p11
179 12 8,751 mmcblk0p12
179 13 3,072 mmcblk0p13
179 14 3,072 mmcblk0p14
179 15 1,024 mmcblk0p15
179 16 8,957 mmcblk0p16
179 17 256 mmcblk0p17
179 18 1,024 mmcblk0p18
179 19 1,024 mmcblk0p19
179 20 1,280 mmcblk0p20
179 21 8,701 mmcblk0p21
179 22 4,096 mmcblk0p22
179 23 256 mmcblk0p23
179 24 256 mmcblk0p24
[B] 179 25 425,726 mmcblk0p25[/B] //system partition
[B] 179 26 1,361,920 mmcblk0p26[/B] //data partition
[B] 179 27 209,715 mmcblk0p27[/B] //cache
179 28 20,480 mmcblk0p28
Sum of the blocks in mmcblk0 is 4320039, which is just a bit over 4GiB+128MiB. Need to do more analysis of init file to plumb how this works...
Edit 1: Need to find out what mmcblk0p26 partition is used for and why it needs 1.3GiB. It is most definitely not needed for /system or /cache. Would help if someone can run df command and post the results here. (df > /sdcard/df.txt for convenience)
Edit 2: Thanks dcman008. Looks like mystery is solved. Wasn't really all that mysterious either. Only question is why so much of the flash was allocated to /data.
Click to expand...
Click to collapse
Dude... You are adding all the partitions to the drive itself... If you buy a 500 GB hard drive and partition it into two 250 GB partitions you don't calculate your capacity by adding 500 GB + 250 GB + 250 GB... You do not have a terabyte.
Same principle applies. mmcblk0 is the NAND... anything ending in p## are partitions on it and only subtract, not add, to the disk capacity.
dcman008 said:
New/hidden partitions were found in the root thread.
Click to expand...
Click to collapse
Cannot locate. Post sauce.
isn't he in essense breaking the drive "nand" chip down into individual partitions or blocks. which if it looks like that equals up over 4gig.
edit--- oh i get what your saying. that is basically breaking down the 2 gigs. the internal space is the entire drive and everything underneith it is the blocks within that 2 gigs correct?
crr127 said:
isn't he in essense breaking the drive "nand" chip down into individual partitions or blocks. which if it looks like that equals up over 4gig.
Click to expand...
Click to collapse
He is double-counting every block. Once at the NAND level and again at the partition level. His number is about twice actual.
zephirus said:
Dude... You are adding all the partitions to the drive itself... If you buy a 500 GB hard drive and partition it into two 250 GB partitions you don't calculate your capacity by adding 500 GB + 250 GB + 250 GB... You do not have a terabyte.
Same principle applies. mmcblk0 is the NAND... anything ending in p## are partitions on it and only subtract, not add, to the disk capacity.
Click to expand...
Click to collapse
you're right the first is the total, the next few, spl, boot, radio, then data/system etc are all added to make #0. If you guys don't believe him... add it up yourselves.
to be honest... who cares anymore. I'm rolling over and surrendering. I'm happy with the space I have. way more than i need or am used to. the rest can go on my sd. I'm interested in root...
amen brother. on that note i'm done i'm going out and having a few drinks!!! i love my phone and have no real gripes.
crr127 said:
amen brother. on that note i'm done i'm going out and having a few drinks!!! i love my phone and have no real gripes.
Click to expand...
Click to collapse
Pound one back for me. I am not allowed to drink at the moment, but really could use a stiff one tonight.
Hi all,
I posted this in the Atrix Q&A but it doesn't seem to have had many hits, thought I'd try my luck here (here is the original thread: http://forum.xda-developers.com/showthread.php?t=1594675) ...basically my Atrix emmc internal memory card is borked and I am trying to find a way to restore it other than SBFing to factory (which is risky and a hassle...).
rickywyatt kindly told me to execute these commands in an adb shell and to post the results:
adb shell
# cat /proc/partitions
# fdisk /dev/block/mmcblk0
p
q
well my results are as follows:
1|[email protected]:/ $ su
su
[email protected]:/ # cat /proc/partitions
cat /proc/partitions
major minor #blocks name
7 0 2048 loop0
253 0 98304 zram0
179 0 15541760 mmcblk0
179 1 3584 mmcblk0p1
179 2 512 mmcblk0p2
179 3 2048 mmcblk0p3
179 4 1 mmcblk0p4
179 5 1024 mmcblk0p5
179 6 512 mmcblk0p6
179 7 512 mmcblk0p7
179 8 1024 mmcblk0p8
179 9 2048 mmcblk0p9
179 10 8192 mmcblk0p10
179 11 8192 mmcblk0p11
179 12 327680 mmcblk0p12
179 13 786432 mmcblk0p13
179 14 20480 mmcblk0p14
179 15 655360 mmcblk0p15
179 16 2097152 mmcblk0p16
179 17 353280 mmcblk0p17
179 18 11233792 mmcblk0p18
179 32 7772160 mmcblk1
179 33 7771136 mmcblk1p1
[email protected]:/ # fdisk /dev/block/mmcblk0
fdisk /dev/block/mmcblk0
The number of cylinders for this disk is set to 1942720.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): ←[6np
p
Disk /dev/block/mmcblk0: 15.9 GB, 15914762240 bytes
1 heads, 16 sectors/track, 1942720 cylinders
Units = cylinders of 16 * 512 = 8192 bytes
Device Boot Start End Blocks Id System
/dev/block/mmcblk0p1 65 512 3584 83 Linux
Partition 1 does not end on cylinder boundary
/dev/block/mmcblk0p2 513 576 512 83 Linux
Partition 2 does not end on cylinder boundary
/dev/block/mmcblk0p3 577 832 2048 83 Linux
Partition 3 does not end on cylinder boundary
/dev/block/mmcblk0p4 833 1937856 15496192 5 Extended
Partition 4 does not end on cylinder boundary
/dev/block/mmcblk0p5 897 1024 1024 83 Linux
/dev/block/mmcblk0p6 1025 1088 512 83 Linux
/dev/block/mmcblk0p7 1089 1152 512 83 Linux
/dev/block/mmcblk0p8 1153 1280 1024 83 Linux
/dev/block/mmcblk0p9 1281 1536 2048 83 Linux
/dev/block/mmcblk0p10 1537 2560 8192 83 Linux
/dev/block/mmcblk0p11 2561 3584 8192 83 Linux
/dev/block/mmcblk0p12 3585 44544 327680 83 Linux
/dev/block/mmcblk0p13 44545 142848 786432 83 Linux
/dev/block/mmcblk0p14 142849 145408 20480 83 Linux
/dev/block/mmcblk0p15 145409 227328 655360 83 Linux
/dev/block/mmcblk0p16 227329 489472 2097152 83 Linux
/dev/block/mmcblk0p17 489473 533632 353280 83 Linux
/dev/block/mmcblk0p18 533633 1937856 11233792 83 Linux
Command (m for help): ←[6nq
q
[email protected]:/ #
anyone know what I need to do next? If anyone can interpret the output for me I'd be so grateful.
Thanks,
Mark
I'd say flashing an sbf is alot easier then that haha.
Sent from my MB860 using XDA
If i where you i'd try to leave it as if was new and take it to motorola service, they change it to a new one. If you did unlocked the bootload (i guess you did) i think that there was a way to hidde the unlocked at boot.
GL with that!
Here is the stock partition table from the Xperia Z3 D6603
Code:
major minor #blocks name
253 0 524288 zram0
179 0 15388672 mmcblk0
179 1 2048 mmcblk0p1 TA
179 2 512 mmcblk0p2 sbl1
179 3 256 mmcblk0p3 s1sbl
179 4 64 mmcblk0p4 dbi
179 5 512 mmcblk0p5 aboot
179 6 512 mmcblk0p6 rpm
179 7 512 mmcblk0p7 tz
179 8 512 mmcblk0p8 alt_sbl1
179 9 512 mmcblk0p9 alt_s1sbl
179 10 64 mmcblk0p10 alt_dbi
179 11 512 mmcblk0p11 alt_aboot
179 12 512 mmcblk0p12 alt_rpm
179 13 512 mmcblk0p13 alt_tz
179 14 20480 mmcblk0p14 boot
179 15 10240 mmcblk0p15 ramdump
179 16 16384 mmcblk0p16 FOTAKernel
179 17 32 mmcblk0p17 DDR
179 18 16384 mmcblk0p18 LTALabel
179 19 1536 mmcblk0p19 modemst1
179 20 1536 mmcblk0p20 modemst2
179 21 1536 mmcblk0p21 fsg
179 22 8192 mmcblk0p22 apps_log
179 23 2609152 mmcblk0p23 system
179 24 204800 mmcblk0p24 cache
179 25 12359663 mmcblk0p25 userdata
179 32 4096 mmcblk0rpmb ?
179 64 31260672 mmcblk1 ?
179 65 31256576 mmcblk1p1 ?
This partition table may also work for the D6633, D6653, and D6616. But not having these devices I do not know.
I think mmcblk1 is SD card. Mine has two partitions and I have mmcblk1p2 too.
Hello, Last Night I Powered on My Phone in It Got Stuck at Starting Apps For About an Hour (Nexus Experience ROM)
So I Just Wiped Data and Cache and Rebooted But Now It Struck at Lenovo Log. I Went Again To Wipe But This Time Got Error
Unable to Mount Data/Cache.Tried To Mount It in TWRP But It Didnt only Able To Mount System. Tried To Install Custom Rom and Now Got Error Unable To Mount System/Cache/Data/Davlik Invalid Argument and So On.Now Even My System Partition Cant Be Mount. Tried To Flash Stock Firmware But Same Error and Even Flash From ADB Sideload Didnt Worked.in TWRP only Boot Partition is shown as 32 MB and Every Other is 0 MB. TWRP Says There is No OS Installed and Its stuck at Reboot Loop
TWRP Version 3.0
EDIT : Even Tried To Flash Using QFIL Tool and it Was Done Without any Error But When Phone Booted Up It Had Same Issue and Still Has TWRP.
I Was Able To Push Zip of a Custom Rom Into Data/Media Using Fastboot
Upon Applying Command
cat /proc/partitions it lists 34 Items
/proc # ←[6ncat /proc/partitions
major minor #blocks name
179 0 15392768 mmcblk0
179 1 65536 mmcblk0p1
179 2 512 mmcblk0p2
179 3 512 mmcblk0p3
179 4 1024 mmcblk0p4
179 5 1024 mmcblk0p5
179 6 512 mmcblk0p6
179 7 512 mmcblk0p7
179 8 512 mmcblk0p8
179 9 512 mmcblk0p9
179 10 512 mmcblk0p10
179 11 512 mmcblk0p11
179 12 1024 mmcblk0p12
179 13 1536 mmcblk0p13
179 14 1536 mmcblk0p14
179 15 1024 mmcblk0p15
179 16 1 mmcblk0p16
179 17 8 mmcblk0p17
179 18 10240 mmcblk0p18
179 19 32 mmcblk0p19
179 20 1536 mmcblk0p20
179 21 16 mmcblk0p21
179 22 32768 mmcblk0p22
179 23 1843200 mmcblk0p23 (System Partition)
179 24 32768 mmcblk0p24
179 25 268288 mmcblk0p25 (Cache)
179 26 32768 mmcblk0p26
179 27 512 mmcblk0p27
179 28 32 mmcblk0p28
179 29 65536 mmcblk0p29
179 30 12836847 mmcblk0p30 (Data)
179 32 4096 mmcblk0rpmb
179 64 31260672 mmcblk1
179 65 31256576 mmcblk1p1
df shows
/proc # ←[6ndf
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 971956 12 971944 0% /dev
tmpfs 971956 20 971936 0% /tmp
/dev/block/mmcblk1p1 31248384 30779296 469088 98% /external_sd
/dev/block/mmcblk1p1 31248384 30779296 469088 98% /and-sec
/proc # ←[6n
Any Help Would Be Highly Appreciated
zhee9130 said:
Hello, Last Night I Powered on My Phone in It Got Stuck at Starting Apps For About an Hour (Nexus Experience ROM)
So I Just Wiped Data and Cache and Rebooted But Now It Struck at Lenovo Log. I Went Again To Wipe But This Time Got Error
Unable to Mount Data/Cache.Tried To Mount It in TWRP But It Didnt only Able To Mount System. Tried To Install Custom Rom and Now Got Error Unable To Mount System/Cache/Data/Davlik Invalid Argument and So On.Now Even My System Partition Cant Be Mount. Tried To Flash Stock Firmware But Same Error and Even Flash From ADB Sideload Didnt Worked.in TWRP only Boot Partition is shown as 32 MB and Every Other is 0 MB. TWRP Says There is No OS Installed and Its stuck at Reboot Loop
TWRP Version 3.0
EDIT : Even Tried To Flash Using QFIL Tool and it Was Done Without any Error But When Phone Booted Up It Had Same Issue and Still Has TWRP.
I Was Able To Push Zip of a Custom Rom Into Data/Media Using Fastboot
Upon Applying Command
cat /proc/partitions it lists 34 Items
/proc # ←[6ncat /proc/partitions
major minor #blocks name
179 0 15392768 mmcblk0
179 1 65536 mmcblk0p1
179 2 512 mmcblk0p2
179 3 512 mmcblk0p3
179 4 1024 mmcblk0p4
179 5 1024 mmcblk0p5
179 6 512 mmcblk0p6
179 7 512 mmcblk0p7
179 8 512 mmcblk0p8
179 9 512 mmcblk0p9
179 10 512 mmcblk0p10
179 11 512 mmcblk0p11
179 12 1024 mmcblk0p12
179 13 1536 mmcblk0p13
179 14 1536 mmcblk0p14
179 15 1024 mmcblk0p15
179 16 1 mmcblk0p16
179 17 8 mmcblk0p17
179 18 10240 mmcblk0p18
179 19 32 mmcblk0p19
179 20 1536 mmcblk0p20
179 21 16 mmcblk0p21
179 22 32768 mmcblk0p22
179 23 1843200 mmcblk0p23 (System Partition)
179 24 32768 mmcblk0p24
179 25 268288 mmcblk0p25 (Cache)
179 26 32768 mmcblk0p26
179 27 512 mmcblk0p27
179 28 32 mmcblk0p28
179 29 65536 mmcblk0p29
179 30 12836847 mmcblk0p30 (Data)
179 32 4096 mmcblk0rpmb
179 64 31260672 mmcblk1
179 65 31256576 mmcblk1p1
df shows
/proc # ←[6ndf
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 971956 12 971944 0% /dev
tmpfs 971956 20 971936 0% /tmp
/dev/block/mmcblk1p1 31248384 30779296 469088 98% /external_sd
/dev/block/mmcblk1p1 31248384 30779296 469088 98% /and-sec
/proc # ←[6n
Any Help Would Be Highly Appreciated
Click to expand...
Click to collapse
CAN SOMEONE With A6000 PLus Upload Complete Image of emmc ? Thats The Hope of Reviving My Device. Thanks
Hi
To cut a long story short I went about trying to extend my system partition using GNU Parted and it has failed terribly to the point I have bricked my tablet. At the moment I have managed to execute the command
Code:
fastboot boot twrp-3.2.3-0-flo.img
but this is running from RAM as I'm unable to flash any of the partitions as they are "missing".
This is the my original partition table:-
Code:
Number Start End Size File system Name Flags
1 67108864B 156745727B 89636864B fat16 radio
2 201326592B 204472319B 3145728B modemst1
3 204472320B 207618047B 3145728B modemst2
4 268435456B 283795455B 15360000B ext4 persist
5 335544320B 336343039B 798720B m9kefs1
6 336343040B 337141759B 798720B m9kefs2
7 402653184B 403451903B 798720B m9kefs3
8 403451904B 406597631B 3145728B fsg
9 469762048B 471298047B 1536000B sbl1
10 471298048B 472834047B 1536000B sbl2
11 472834048B 474931199B 2097152B sbl3
12 474931200B 480174079B 5242880B aboot
13 480174080B 480698367B 524288B rpm
14 536870912B 553648127B 16777216B boot
15 603979776B 604504063B 524288B tz
16 604504064B 604505087B 1024B pad
17 604505088B 606041087B 1536000B sbl2b
18 606041088B 608138239B 2097152B sbl3b
19 608138240B 613381119B 5242880B abootb
20 613381120B 613905407B 524288B rpmb
21 613905408B 614429695B 524288B tzb
22 671088640B 1551892479B 880803840B ext2 system
23 1551892480B 2139095039B 587202560B ext4 cache
24 2147483648B 2148532223B 1048576B misc
25 2214592512B 2225078271B 10485760B recovery
26 2281701376B 2281709567B 8192B DDR
27 2281709568B 2281717759B 8192B ssd
28 2281717760B 2281718783B 1024B m9kefsc
29 2348810240B 2348843007B 32768B metadata
30 2415919104B 15468576255B 13052657152B ext4 userdata
From some reading on the internet Linux can only have 4 primary partitons. All I know is that I have 30 partitions and I don't know what partition type to set them to; primary, logical and extended.
I've played around with the three partition types but I get an error message saying "Too many primary partitions".
Could someone shine some light here please?
Many thanks
Will
Bump
Bump
Don't know if it helps, but here is some partition info from stock flo:
Code:
[email protected]:/ $ cat /proc/partitions
major minor #blocks name
179 0 15388672 mmcblk0
179 1 87536 mmcblk0p1
179 2 3072 mmcblk0p2
179 3 3072 mmcblk0p3
179 4 15000 mmcblk0p4
179 5 780 mmcblk0p5
179 6 780 mmcblk0p6
179 7 780 mmcblk0p7
179 8 3072 mmcblk0p8
179 9 1500 mmcblk0p9
179 10 1500 mmcblk0p10
179 11 2048 mmcblk0p11
179 12 5120 mmcblk0p12
179 13 512 mmcblk0p13
179 14 16384 mmcblk0p14
179 15 512 mmcblk0p15
179 16 1 mmcblk0p16
179 17 1500 mmcblk0p17
179 18 2048 mmcblk0p18
179 19 5120 mmcblk0p19
179 20 512 mmcblk0p20
179 21 512 mmcblk0p21
179 22 860160 mmcblk0p22
179 23 573440 mmcblk0p23
179 24 1024 mmcblk0p24
179 25 10240 mmcblk0p25
179 26 8 mmcblk0p26
179 27 8 mmcblk0p27
179 28 1 mmcblk0p28
179 29 32 mmcblk0p29
179 30 13029359 mmcblk0p30
127|[email protected]:/ $ df
Filesystem Size Used Free Blksize
/dev 903.9M 76.0K 903.8M 4096
/sys/fs/cgroup 903.9M 12.0K 903.9M 4096
/mnt 903.9M 0.0K 903.9M 4096
/system 827.8M 823.8M 4.0M 4096
/cache 551.7M 10.6M 541.2M 4096
/data 12.2G 5.1G 7.1G 4096
/persist 14.5M 4.2M 10.2M 4096
/storage 903.9M 0.0K 903.9M 4096
/mnt/runtime/default/emulated: Permission denied
/storage/emulated 12.2G 5.1G 7.1G 4096
/mnt/runtime/read/emulated: Permission denied
/mnt/runtime/write/emulated: Permission denied
1|[email protected]:/ $ mount
rootfs / rootfs ro,seclabel,relatime 0 0
tmpfs /dev tmpfs rw,seclabel,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,seclabel,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,seclabel,relatime 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,seclabel,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
none /sys/fs/cgroup tmpfs rw,seclabel,relatime,mode=750,gid=1000 0 0
tmpfs /mnt tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,seclabel,relatime 0 0
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 rw,seclabel,nosuid,nodev,noatime,nomblk_io_submit,errors=panic,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 rw,seclabel,nosuid,nodev,noatime,nomblk_io_submit,errors=panic,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 rw,seclabel,nosuid,nodev,relatime,nodelalloc,data=ordered 0 0
tmpfs /storage tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
/dev/fuse /mnt/runtime/default/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /mnt/runtime/read/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /mnt/runtime/write/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0