``` ~ # dd if=/dev/block/mmcblk0p9 of=/sdcard1/part9 bs=4M 200+0 records in 200+0 records out 838860800 bytes (800.0MB) copied, 78.092708 seconds, 10.2MB/s ~ # dd if=/dev/block/mmcblk0p10 of=/sdcard1/part10 bs=4M 440+0 records in 440+0 records out 1845493760 bytes (1.7GB) copied, 181.943076 seconds, 9.7MB/s ~ # dd if=/dev/block/mmcblk0p11 of=/sdcard1/part11 bs=4M 2946+0 records in 2946+0 records out 12356419584 bytes (11.5GB) copied, 1265.459166 seconds, 9.3MB/s

~ # cd /sdcard0 /sdcard0 # tar cf /sdcard1/sdcard.tar .

/sdcard0 # ls -lh /sdcard1 drwxrwxrwx 3 root root 4.0K May 24 06:05 TWRP -rw-rw-rw- 1 root root 1.7G May 24 06:15 part10 -rw-rw-rw- 1 root root 16.0E May 24 07:06 part11 -rw-rw-rw- 1 root root 800.0M May 24 06:12 part9 -rw-rw-rw- 1 root root 1.6G May 24 06:38 sdcard.tar ```

``` ~ # mount rootfs on / type rootfs (rw,seclabel) tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755) devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,seclabel,relatime) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) tmpfs on /tmp type tmpfs (rw,seclabel,relatime) ~ # d=/dev/block/mmcblk0 ~ # sgdisk --print $d Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 19389 sectors (9.5 MiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 9 344064 1982463 800.0 MiB 0700 FACTORYFS 10 1982464 5586943 1.7 GiB 0700 DATAFS 11 5586944 29720575 11.5 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN ```

``` ~ # sgdisk --pretend --delete 9 --delete 10 --delete 11 --new 9:0:+1G --typecode 9:700 --change-name 9:FACTORYFS --new 10:0:+2500M --typecode 10:700 --change-name 10: DATAFS --largest-new 11 --typecode 11:700 --change-name 11:UMS --print $d Setting name! partNum is 8 REALLY setting name! Setting name! partNum is 9 REALLY setting name! Setting name! partNum is 10 REALLY setting name! Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 19389 sectors (9.5 MiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 9 344064 2441215 1024.0 MiB 0700 FACTORYFS 10 2441216 7561215 2.4 GiB 0700 DATAFS 11 7561216 29720575 10.6 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN ```

``` ~ # dd if=/sdcard1/part9 of=/dev/block/mmcblk0p9 bs=4M 200+0 records in 200+0 records out 838860800 bytes (800.0MB) copied, 77.490696 seconds, 10.3MB/s ~ # dd if=/sdcard1/part10 of=/dev/block/mmcblk0p10 bs=4M 440+0 records in 440+0 records out 1845493760 bytes (1.7GB) copied, 166.922276 seconds, 10.5MB/s

~ # mkfs.fat /dev/block/mmcblk0p11 mkfs.fat 3.0.28 (2015-05-16) ~ # mount /dev/block/mmcblk0p11 /sdcard0 ~ # ls /sdcard0 ~ # cd /sdcard0 /sdcard0 # tar xf /sdcard1/ TWRP/ part10 part11 part9 sdcard.tar /sdcard0 # tar xf /sdcard1/sdcard.tar tar: seek failure: Value too large for defined data type /sdcard0 # cd /

~ # mkfs.fat /dev/block/mmcblk0p11 mkfs.fat 3.0.28 (2015-05-16) ~ # mount -r -o loop /sdcard1/part11 /mnt/ ~ # mount /sdcard0 ~ # cp -a /mnt/. /sdcard0 ~ # umount /mnt ~ # losetup -d /dev/block/loop0 ~ # umount /sdcard1 ```

hjhj

====================================================== Pictures Playlists Podcasts ReceivedFiles Ringtones RocketPlayer ServeStream ShareViaWifi Sounds TWRP Telegram Threema Tickets aus rt.csv Videos WhatsApp Xabber YT Videos afwall approval scrip.txt approval template.txt brouter cal clockworkmod com.threebanana.notes-5021101-v5.2.11_NextWap.Net.apk config contacts (1).vcf contacts (2).vcf contacts (3).vcf contacts.vcf data-size-big data-size-big-2 data-size-small export-tickets-for-msp external_sd import-tickets-from-msp log msgstore.db netmbuddy old-data osmand osmdroid rt.tgz soundhound ticket.rb xiialive /sdcard0 # tar cf /sdcard1/sdcard.tar . /sdcard0 # ls -l /sdcard1/ bionicopentzdata: couldn't find any tzdata when looking for localtime! bionicopentzdata: couldn't find any tzdata when looking for GMT! bionicopentzdata: couldn't find any tzdata when looking for posixrules! drwxrwxrwx 3 root root 4096 May 24 06:05 TWRP -rw-rw-rw- 1 root root 1845493760 May 24 06:15 part10 -rw-rw-rw- 1 root root 838860800 May 24 06:12 part9 -rw-rw-rw- 1 root root 1770766336 May 24 06:38 sdcard.tar /sdcard0 # ls -lh /sdcard1/ bionicopentzdata: couldn't find any tzdata when looking for localtime! bionicopentzdata: couldn't find any tzdata when looking for GMT! bionicopentzdata: couldn't find any tzdata when looking for posixrules! drwxrwxrwx 3 root root 4.0K May 24 06:05 TWRP -rw-rw-rw- 1 root root 1.7G May 24 06:15 part10 -rw-rw-rw- 1 root root 800.0M May 24 06:12 part9 -rw-rw-rw- 1 root root 1.6G May 24 06:38 sdcard.tar /sdcard0 # tar tf /sdcard1/sdcard.tar |tail tar: seek failure: Value too large for defined data type ./DCIM/OpenCamera/IMG_20170308_173713.jpg ./DCIM/OpenCamera/IMG_20170308_231538.jpg ./DCIM/OpenCamera/IMG_20161230_140339.jpg ./DCIM/OpenCamera/IMG_20161230_140348.jpg ./DCIM/OpenCamera/IMG_20161230_140354.jpg ./DCIM/OpenCamera/IMG_20161230_140403.jpg ./DCIM/OpenCamera/IMG_20161230_140445.jpg ./DCIM/OpenCamera/IMG_20161230_140523.jpg ./DCIM/OpenCamera/IMG_20170323_084422.jpg ./DCIM/OpenCamera/VID_20170324_203236.mp4 /sdcard0 # res reset resize resize2fs restorecon /sdcard0 # resize resize resize2fs /sdcard0 # .. /sbin/sh: ..: Permission denied /sdcard0 # cd .. ~ # umount sdcard0 ~ # mount rootfs on / type rootfs (rw,seclabel) tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755) devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,seclabel,relatime) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) tmpfs on /tmp type tmpfs (rw,seclabel,relatime) /dev/block/mmcblk0p7 on /cache type ext4 (rw,seclabel,relatime,user_xattr,barrier=1,data=ordered) /dev/block/mmcblk1p1 on /sdcard1 type f2fs (rw,seclabel,relatime,background_gc=on,user_xattr,active_logs=6) ~ # dd if=/dev/block/mmcblk0p11 of=/sdcard1/part11 bs=4M 2946+0 records in 2946+0 records out 12356419584 bytes (11.5GB) copied, 1265.459166 seconds, 9.3MB/s ~ # ls -lh /sdcard1 bionicopentzdata: couldn't find any tzdata when looking for localtime! bionicopentzdata: couldn't find any tzdata when looking for GMT! bionicopentzdata: couldn't find any tzdata when looking for posixrules! drwxrwxrwx 3 root root 4.0K May 24 06:05 TWRP -rw-rw-rw- 1 root root 1.7G May 24 06:15 part10 -rw-rw-rw- 1 root root 16.0E May 24 07:06 part11 -rw-rw-rw- 1 root root 800.0M May 24 06:12 part9 -rw-rw-rw- 1 root root 1.6G May 24 06:38 sdcard.tar ~ # ls -lm /sdcard1 ls: invalid option -- m BusyBox v1.22.1 bionic (2017-03-10 04:40 -0500) multi-call binary.

Usage: ls [-1AaCxdLHRFplinsehrSXvctukKZ] [-w WIDTH] [FILE]...

List directory contents

    -1      One column output
    -a      Include entries which start with .
    -A      Like -a, but exclude . and ..
    -C      List by columns
    -x      List by lines
    -d      List directory entries instead of contents
    -L      Follow symlinks
    -H      Follow symlinks on command line
    -R      Recurse
    -p      Append / to dir entries
    -F      Append indicator (one of */=@|) to entries
    -l      Long listing format
    -i      List inode numbers
    -n      List numeric UIDs and GIDs instead of names
    -s      List allocated blocks
    -e      List full date and time
    -h      List sizes in human readable format (1K 243M 2G)
    -r      Sort in reverse order
    -S      Sort by size
    -X      Sort by extension
    -v      Sort by version
    -c      With -l: sort by ctime
    -t      With -l: sort by mtime
    -u      With -l: sort by atime
    -k      List security context
    -K      List security context in long format
    -Z      List security context and permission
    -w N    Assume the terminal is N columns wide
    --color[={always,never,auto}]   Control coloring

~ # ls -l /sdcard1 bionic_open_tzdata: couldn't find any tzdata when looking for localtime! bionicopentzdata: couldn't find any tzdata when looking for GMT! bionicopentzdata: couldn't find any tzdata when looking for posixrules! drwxrwxrwx 3 root root 4096 May 24 06:05 TWRP -rw-rw-rw- 1 root root 1845493760 May 24 06:15 part10 -rw-rw-rw- 1 root root 3766484992 May 24 07:06 part11 -rw-rw-rw- 1 root root 838860800 May 24 06:12 part9 -rw-rw-rw- 1 root root 1770766336 May 24 06:38 sdcard.tar ~ # umount /sdcard sdcard0/ sdcard1/ ~ # umount /sdcard1/ ~ # % (24 09:10:36)[l: 0.25- 0.26= 0.31=][n: 566= 45=][d: 9= 3+ 0=]______________________________________________________________________________________ <0,5086>(zenbook):~% adb shell ~ # fdisk -l /dev/block/mmcblk0 Found valid GPT with protective MBR; using GPT

Disk /dev/block/mmcblk0: 30777344 sectors, 2740M Logical sector size: 512 Disk identifier (GUID): 52444e41-494f-2044-4d4d-43204449534b Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0M 0700 EFS 2 49152 51711 1280K 0700 SBL1 3 53248 55807 1280K 0700 SBL2 4 57344 73727 8192K 0700 PARAM 5 73728 90111 8192K 0700 KERNEL 6 90112 106495 8192K 0700 RECOVERY 7 106496 311295 100M 0700 CACHE 8 311296 344063 16.0M 0700 MODEM 9 344064 1982463 800M 0700 FACTORYFS 10 1982464 5586943 1760M 0700 DATAFS 11 5586944 29720575 11.5G 0700 UMS 12 29720576 30769151 512M 0700 HIDDEN ~ # fdisk /dev/block/mmcblk0 Found valid GPT with protective MBR; using GPT

Command (m for help): d Selected partition 1

Command (m for help): m Command Action o create a new empty DOS partition table p print the partition table q quit without saving changes s create a new empty Sun disklabel

Command (m for help): ~ # fdisk /dev/block/mmcblk0 Found valid GPT with protective MBR; using GPT

Command (m for help): p Disk /dev/block/mmcblk0: 30777344 sectors, 2740M Logical sector size: 512 Disk identifier (GUID): 52444e41-494f-2044-4d4d-43204449534b Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0M 0700 EFS 2 49152 51711 1280K 0700 SBL1 3 53248 55807 1280K 0700 SBL2 4 57344 73727 8192K 0700 PARAM 5 73728 90111 8192K 0700 KERNEL 6 90112 106495 8192K 0700 RECOVERY 7 106496 311295 100M 0700 CACHE 8 311296 344063 16.0M 0700 MODEM 9 344064 1982463 800M 0700 FACTORYFS 10 1982464 5586943 1760M 0700 DATAFS 11 5586944 29720575 11.5G 0700 UMS 12 29720576 30769151 512M 0700 HIDDEN

Command (m for help): d 9 Selected partition 1

Command (m for help): p Disk /dev/block/mmcblk0: 30777344 sectors, 2740M Logical sector size: 512 Disk identifier (GUID): 52444e41-494f-2044-4d4d-43204449534b Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0M 0700 EFS 2 49152 51711 1280K 0700 SBL1 3 53248 55807 1280K 0700 SBL2 4 57344 73727 8192K 0700 PARAM 5 73728 90111 8192K 0700 KERNEL 6 90112 106495 8192K 0700 RECOVERY 7 106496 311295 100M 0700 CACHE 8 311296 344063 16.0M 0700 MODEM 9 344064 1982463 800M 0700 FACTORYFS 10 1982464 5586943 1760M 0700 DATAFS 11 5586944 29720575 11.5G 0700 UMS 12 29720576 30769151 512M 0700 HIDDEN

Command (m for help): m Command Action o create a new empty DOS partition table p print the partition table q quit without saving changes s create a new empty Sun disklabel

Command (m for help): ? ?: unknown command Command Action o create a new empty DOS partition table p print the partition table q quit without saving changes s create a new empty Sun disklabel

Command (m for help): n Command action e extended p primary partition (1-4) ~ # mount rootfs on / type rootfs (rw,seclabel) tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755) devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,seclabel,relatime) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) tmpfs on /tmp type tmpfs (rw,seclabel,relatime) /dev/block/mmcblk0p7 on /cache type ext4 (rw,seclabel,relatime,user_xattr,barrier=1,data=ordered) /dev/block/mmcblk0p11 on /sdcard0 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/block/mmcblk0p11 on /and-sec type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) ~ # umount /and-sec /sdcard0 /cache ~ # mount rootfs on / type rootfs (rw,seclabel) tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755) devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,seclabel,relatime) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) tmpfs on /tmp type tmpfs (rw,seclabel,relatime) ~ # mount -r /system/ ~ # fdisk /dev/block/mmcblk0 Found valid GPT with protective MBR; using GPT

Command (m for help): p Disk /dev/block/mmcblk0: 30777344 sectors, 2740M Logical sector size: 512 Disk identifier (GUID): 52444e41-494f-2044-4d4d-43204449534b Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0M 0700 EFS 2 49152 51711 1280K 0700 SBL1 3 53248 55807 1280K 0700 SBL2 4 57344 73727 8192K 0700 PARAM 5 73728 90111 8192K 0700 KERNEL 6 90112 106495 8192K 0700 RECOVERY 7 106496 311295 100M 0700 CACHE 8 311296 344063 16.0M 0700 MODEM 9 344064 1982463 800M 0700 FACTORYFS 10 1982464 5586943 1760M 0700 DATAFS 11 5586944 29720575 11.5G 0700 UMS 12 29720576 30769151 512M 0700 HIDDEN

Command (m for help): d9 Selected partition 1

Command (m for help): p Disk /dev/block/mmcblk0: 30777344 sectors, 2740M Logical sector size: 512 Disk identifier (GUID): 52444e41-494f-2044-4d4d-43204449534b Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0M 0700 EFS 2 49152 51711 1280K 0700 SBL1 3 53248 55807 1280K 0700 SBL2 4 57344 73727 8192K 0700 PARAM 5 73728 90111 8192K 0700 KERNEL 6 90112 106495 8192K 0700 RECOVERY 7 106496 311295 100M 0700 CACHE 8 311296 344063 16.0M 0700 MODEM 9 344064 1982463 800M 0700 FACTORYFS 10 1982464 5586943 1760M 0700 DATAFS 11 5586944 29720575 11.5G 0700 UMS 12 29720576 30769151 512M 0700 HIDDEN

Command (m for help): D No partition is defined yet!

Command (m for help): ~ # find /system -name *disk /system/bin/fdisk /system/bin/freeramdisk /system/bin/sgdisk ~ # /system/bin/fdisk CANNOT LINK EXECUTABLE "/system/bin/fdisk": cannot locate symbol "register_atfork" referenced by "/system/bin/toybox"... Aborted ~ # /system/bin/toybox fdisk CANNOT LINK EXECUTABLE "/system/bin/toybox": cannot locate symbol "register_atfork" referenced by "/system/bin/toybox"... Aborted ~ # ldd /sbin/sh: ldd: not found ~ # which fdisk /sbin/fdisk ~ # ls -l /sbin/fdisk lrwxrwxrwx 1 root root 7 Jan 1 00:00 /sbin/fdisk -> busybox ~ # which sgdisk /sbin/sgdisk ~ # umount /system/ ~ # mount rootfs on / type rootfs (rw,seclabel) tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755) devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,seclabel,relatime) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) tmpfs on /tmp type tmpfs (rw,seclabel,relatime) ~ # sgdisk USAGE: sgdisk [OPTION...] --attributes operate on partition attributes --set-alignment set sector alignment --backup backup GPT to file --change-name change partition's name --recompute-chs recompute CHS values in protective/hybrid MBR --delete delete a partition --display-alignment show number of sectors per allocation block --move-second-header move second header to end of disk --end-of-largest show end of largest free block --first-in-largest show start of the largest free block --first-aligned-in-largest show start of the largest free block, aligned --mbrtogpt convert MBR to GPT --randomize-guids randomize disk and partition GUIDs --hybrid create hybrid MBR --info show detailed information on partition --load-backup load GPT backup from file --list-types list known partition types --gpttombr convert GPT to MBR --new create new partition --largest-new create largest possible new partition --clear clear partition table --print print partition table --pretend make changes in memory, but don't write them --transpose transpose two partitions --replicate replicate partition table --sort sort partition table entries --resize-table resize partition table --typecode change partition type code --transform-bsd transform BSD disklabel partition to GPT --partition-guid set partition GUID --disk-guid set disk GUID --verify check partition table integrity --version display version information --zap zap (destroy) GPT (but not MBR) data structures --zap-all zap (destroy) GPT and MBR data structures

~ # d=/dev/block/mmcblk0 ~ # sgdisk --print $d Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 19389 sectors (9.5 MiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 9 344064 1982463 800.0 MiB 0700 FACTORYFS 10 1982464 5586943 1.7 GiB 0700 DATAFS 11 5586944 29720575 11.5 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN ~ # sgdisk --backup /tmp/mmcblk0.gpt /dev/block/mmcblk0 The operation has completed successfully. ~ # sgdisk --print $d Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 19389 sectors (9.5 MiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 9 344064 1982463 800.0 MiB 0700 FACTORYFS 10 1982464 5586943 1.7 GiB 0700 DATAFS 11 5586944 29720575 11.5 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN ~ # sgdisk --pretend --delete 9 --delete 10 --print $d Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 5262269 sectors (2.5 GiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 11 5586944 29720575 11.5 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN ~ # sgdisk --pretend --delete 9 --delete 10 --new 9:344064:+1G --largest-new 10 --print $d Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 19389 sectors (9.5 MiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 9 344064 2441215 1024.0 MiB 8300
10 2441216 5586943 1.5 GiB 8300
11 5586944 29720575 11.5 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN ~ # resize ~ # sgdisk --pretend --delete 9 --delete 10 --new 9:344064:+1G --typecode 9:700 --change-name FACTORYFS --largest-new 10 --typecode 10:700 --change-name DATAFS --prin t $d Setting name! partNum is 8 REALLY setting name! Setting name! partNum is 8 REALLY setting name! Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 19389 sectors (9.5 MiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 9 344064 2441215 1024.0 MiB 0700
10 2441216 5586943 1.5 GiB 0700
11 5586944 29720575 11.5 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN ~ # sgdisk --pretend --delete 9 --delete 10 --new 9:344064:+1G --typecode 9:700 --change-name 9:FACTORYFS --largest-new 10 --typecode 10:700 --change-name 10:DATAFS - -print $d Setting name! partNum is 8 REALLY setting name! Setting name! partNum is 9 REALLY setting name! Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 19389 sectors (9.5 MiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 9 344064 2441215 1024.0 MiB 0700 FACTORYFS 10 2441216 5586943 1.5 GiB 0700 DATAFS 11 5586944 29720575 11.5 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN ~ # sgdisk --pretend --delete 9 --delete 10 --delete 11 --new 9:0:+1G --typecode 9:700 --change-name 9:FACTORYFS --new 10:0:+2.5G --typecode 10:700 --change-name 10:D ATAFS --largest-new 11 --typecode 11:700 --change-name 11:UMS --print $d Setting name! partNum is 8 REALLY setting name! Setting name! partNum is 9 REALLY setting name! Setting name! partNum is 10 REALLY setting name! Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 21435 sectors (10.5 MiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 9 344064 2441215 1024.0 MiB 0700 FACTORYFS 10 2441216 2441217 1024 bytes 0700 DATAFS 11 2443264 29720575 13.0 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN ~ # sgdisk --pretend --delete 9 --delete 10 --delete 11 --new 9:0:+1G --typecode 9:700 --change-name 9:FACTORYFS --new 10:0:+2500M --typecode 10:700 --change-name 10: DATAFS --largest-new 11 --typecode 11:700 --change-name 11:UMS --print $d Setting name! partNum is 8 REALLY setting name! Setting name! partNum is 9 REALLY setting name! Setting name! partNum is 10 REALLY setting name! Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 19389 sectors (9.5 MiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 9 344064 2441215 1024.0 MiB 0700 FACTORYFS 10 2441216 7561215 2.4 GiB 0700 DATAFS 11 7561216 29720575 10.6 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN ~ # sgdisk --delete 9 --delete 10 --delete 11 --new 9:0:+1G --typecode 9:700 --change-name 9:FACTORYFS --new 10:0:+2500M --typecode 10:700 --change-name 10:DATAFS --l argest-new 11 --typecode 11:700 --change-name 11:UMS --print /dev/block/mmcblk0 Setting name! partNum is 8 REALLY setting name! Setting name! partNum is 9 REALLY setting name! Setting name! partNum is 10 REALLY setting name! Disk /dev/block/mmcblk0: 30777344 sectors, 14.7 GiB Logical sector size: 512 bytes Disk identifier (GUID): 52444E41-494F-2044-4D4D-43204449534B Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310 Partitions will be aligned on 2048-sector boundaries Total free space is 19389 sectors (9.5 MiB)

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0 MiB 0700 EFS 2 49152 51711 1.3 MiB 0700 SBL1 3 53248 55807 1.3 MiB 0700 SBL2 4 57344 73727 8.0 MiB 0700 PARAM 5 73728 90111 8.0 MiB 0700 KERNEL 6 90112 106495 8.0 MiB 0700 RECOVERY 7 106496 311295 100.0 MiB 0700 CACHE 8 311296 344063 16.0 MiB 0700 MODEM 9 344064 2441215 1024.0 MiB 0700 FACTORYFS 10 2441216 7561215 2.4 GiB 0700 DATAFS 11 7561216 29720575 10.6 GiB 0700 UMS 12 29720576 30769151 512.0 MiB 0700 HIDDEN The operation has completed successfully. ~ # fdisk -l $d Found valid GPT with protective MBR; using GPT

Disk /dev/block/mmcblk0: 30777344 sectors, 2740M Logical sector size: 512 Disk identifier (GUID): 52444e41-494f-2044-4d4d-43204449534b Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0M 0700 EFS 2 49152 51711 1280K 0700 SBL1 3 53248 55807 1280K 0700 SBL2 4 57344 73727 8192K 0700 PARAM 5 73728 90111 8192K 0700 KERNEL 6 90112 106495 8192K 0700 RECOVERY 7 106496 311295 100M 0700 CACHE 8 311296 344063 16.0M 0700 MODEM 9 344064 2441215 1024M 0700 FACTORYFS 10 2441216 7561215 2500M 0700 DATAFS 11 7561216 29720575 10.5G 0700 UMS 12 29720576 30769151 512M 0700 HIDDEN ~ # % (24 09:39:07)[l: 0.15- 0.18= 0.22=][n: 638= 41+][d: 0+ 0\ 0=]________________________________________________________________________________________ <0,5086>(zenbook):~% adb shell ~ # mount rootfs on / type rootfs (rw,seclabel) tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755) devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,seclabel,relatime) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) tmpfs on /tmp type tmpfs (rw,seclabel,relatime) /dev/block/mmcblk0p7 on /cache type ext4 (rw,seclabel,relatime,user_xattr,barrier=1,data=ordered) /dev/block/mmcblk1p1 on /sdcard1 type f2fs (rw,seclabel,relatime,background_gc=on,user_xattr,active_logs=6) ~ # dd if= /sdcard1/part part10 part11 part9 ~ # dd if=/sdcard1/part9 of= /dev/block/mmcblk0p mmcblk0p1 mmcblk0p11 mmcblk0p2 mmcblk0p4 mmcblk0p6 mmcblk0p8 mmcblk0p10 mmcblk0p12 mmcblk0p3 mmcblk0p5 mmcblk0p7 mmcblk0p9 ~ # dd if=/sdcard1/part9 of=/dev/block/mmcblk0p9 bs=4M ~ # fdisk -l /dev/block/mmcblk0 Found valid GPT with protective MBR; using GPT

Disk /dev/block/mmcblk0: 30777344 sectors, 2740M Logical sector size: 512 Disk identifier (GUID): 52444e41-494f-2044-4d4d-43204449534b Partition table holds up to 128 entries First usable sector is 34, last usable sector is 30777310

Number Start (sector) End (sector) Size Code Name 1 8192 49151 20.0M 0700 EFS 2 49152 51711 1280K 0700 SBL1 3 53248 55807 1280K 0700 SBL2 4 57344 73727 8192K 0700 PARAM 5 73728 90111 8192K 0700 KERNEL 6 90112 106495 8192K 0700 RECOVERY 7 106496 311295 100M 0700 CACHE 8 311296 344063 16.0M 0700 MODEM 9 344064 2441215 1024M 0700 FACTORYFS 10 2441216 7561215 2500M 0700 DATAFS 11 7561216 29720575 10.5G 0700 UMS 12 29720576 30769151 512M 0700 HIDDEN ~ # dd if=/sdcard1/part9 of=/dev/block/mmcblk0p9 bs=4M 200+0 records in 200+0 records out 838860800 bytes (800.0MB) copied, 77.490696 seconds, 10.3MB/s ~ # dd if=/sdcard1/part10 of=/dev/block/mmcblk0p10 bs=4M 440+0 records in 440+0 records out 1845493760 bytes (1.7GB) copied, 166.922276 seconds, 10.5MB/s ~ # resize2fs /dev/block/mmcblk0p9 resize2fs 1.42.9 (28-Dec-2013) Please run 'e2fsck -f /dev/block/mmcblk0p9' first.

~ # e2fsck -f /dev/block/mmcblk0p9 e2fsck 1.42.9 (28-Dec-2013) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information system: 1998/57344 files (0.0% non-contiguous), 136559/204800 blocks ~ # resize2fs /dev/block/mmcblk0p9 resize2fs 1.42.9 (28-Dec-2013) Please run 'e2fsck -f /dev/block/mmcblk0p9' first.

~ # e2fsck -f /dev/block/mmcblk0p9 e2fsck 1.42.9 (28-Dec-2013) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information system: 1998/57344 files (0.0% non-contiguous), 136559/204800 blocks ~ # resize2fs /dev/block/mmcblk0p9 resize2fs 1.42.9 (28-Dec-2013) Please run 'e2fsck -f /dev/block/mmcblk0p9' first.

~ # resize2fs -f /dev/block/mmcblk0p9 resize2fs 1.42.9 (28-Dec-2013) Resizing the filesystem on /dev/block/mmcblk0p9 to 262144 (4k) blocks. The filesystem on /dev/block/mmcblk0p9 is now 262144 blocks long.

~ # mount /system ~ # df -h /system Filesystem Size Used Available Use% Mounted on /dev/block/mmcblk0p9 1007.9M 519.5M 488.4M 52% /system ~ # umount /system/ ~ # resize2fs /dev/block/mmcblk0p10 resize2fs 1.42.9 (28-Dec-2013) resize2fs: Bad magic number in super-block while trying to open /dev/block/mmcblk0p10 Couldn't find valid filesystem superblock. ~ # mount /data ~ # df -h /data Filesystem Size Used Available Use% Mounted on /dev/block/mmcblk0p10 1.7G 409.3M 1.3G 24% /data ~ # mount rootfs on / type rootfs (rw,seclabel) tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755) devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,seclabel,relatime) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) tmpfs on /tmp type tmpfs (rw,seclabel,relatime) /dev/block/mmcblk0p7 on /cache type ext4 (rw,seclabel,relatime,user_xattr,barrier=1,data=ordered) /dev/block/mmcblk1p1 on /sdcard1 type f2fs (rw,seclabel,relatime,background_gc=on,user_xattr,active_logs=6) /dev/block/mmcblk0p10 on /data type f2fs (rw,seclabel,relatime,background_gc=on,user_xattr,active_logs=6) ~ # umount /data ~ # mount /sdcard0 mount: mounting /dev/block/mmcblk0p11 on /sdcard0 failed: No such device ~ # mkfs. mkfs.exfat mkfs.ext2 mkfs.f2fs mkfs.fat ~ # mkfs.ex mkfs.exfat mkfs.ext2 ~ # mkfs.exfat /dev/block/mmcblk0p11 mkexfatfs 1.0.0 Creating... done. Flushing... done. File system created successfully. ~ # mount /sdcard0 mount: mounting /dev/block/mmcblk0p11 on /sdcard0 failed: No such device ~ # ls /sdcard0 TWRP ~ # mount rootfs on / type rootfs (rw,seclabel) tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755) devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,seclabel,relatime) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) tmpfs on /tmp type tmpfs (rw,seclabel,relatime) /dev/block/mmcblk0p7 on /cache type ext4 (rw,seclabel,relatime,user_xattr,barrier=1,data=ordered) /dev/block/mmcblk1p1 on /sdcard1 type f2fs (rw,seclabel,relatime,background_gc=on,user_xattr,active_logs=6) ~ # mount /dev/block/mmcblk0p11 /sdcard0 mount: mounting /dev/block/mmcblk0p11 on /sdcard0 failed: Invalid argument ~ # dmesg |tail <6>[ 1527.511598] c0 max17042_need_soc_recal: HW(0xe) <6>[ 1527.511761] c0 max17042 9-0036: max17042_get_soc : use raw (91), soc (93) <6>[ 1527.513858] c0 sec-battery sec-battery: sec_bat_check_vf: Battery Health (1) <6>[ 1530.401139] c0 sec-battery sec-battery: sec_bat_check_temper: recovery count = 0 <6>[ 1530.402480] c0 sec-battery sec-battery: sec_bat_check_temper: temp=280, adc=906 <6>[ 1530.402778] c0 sec-battery sec-battery: sec_bat_charging_time_management: charging_start_time has never been used since initializing <6>[ 1530.403122] c0 max8922-charger max8922-charger: max8922_is_charging: charging state = 0x1 <6>[ 1530.403385] c0 sec-battery sec-battery: soc(93), vfocv(4095), vcell(4189), temp(28), charging(1), health(1), chg_adc(0) <4>[ 1530.416086] c0 healthd: fuelgauge: Unknown power supply type <4>[ 1530.420852] c0 healthd: battery [l=93 v=4189 t=28.0 h=2 st=2] c=0 dock-battery none chg= ~ # mkfs.fat /dev/block/mmcblk0p11 mkfs.fat 3.0.28 (2015-05-16) ~ # mount /dev/block/mmcblk0p11 /sdcard0 ~ # ls /sdcard0 ~ # cd /sdcard0 /sdcard0 # tar xf /sdcard1/ TWRP/ part10 part11 part9 sdcard.tar /sdcard0 # tar xf /sdcard1/sdcard.tar tar: seek failure: Value too large for defined data type /sdcard0 # cd /sdcard0 # cd /sdcard0 # cd ~ /sbin/sh: cd: can't cd to ~ /sdcard0 # cd / ~ # umount /sdcard0 ~ # ls mnt ~ # mkfs.fat /dev/block/mmcblk0p11 mkfs.fat 3.0.28 (2015-05-16) ~ # mount -o loop /sdcard1/part11 /mnt/ ~ # umount /mnt ~ # mount -r -o loop /sdcard1/part11 /mnt/ ~ # mount /sdcard0 ~ # cp -a /mnt/. /sdcard0 cp: can't create '/sdcard0/./Music/Carmin.D/SONRiSe/Carmin.D SONRiSe - 02 Bumpin? Enjoyment.mp3': Invalid argument ~ # umount /mnt ~ # losetup /dev/ .coldboot_done pts/ tty49 HPD random tty5 properties rfkill tty50 accelerometer rtc0 tty51 akm8975 rtc1 tty52 alarm s3c-mem tty53 android_adb s3c-mfc tty54 ashmem s5p-jpeg tty55 backlightnotification snd/ tty56 binder socket/ tty57 block/ srp tty58 bus/ srp_ctrl tty59 bus_dma_throughput sw_sync tty6 console tspdrv tty60 cpu_dma_latency tty tty61 device-mapper tty0 tty62 display_frequency tty1 tty63 dun tty10 tty7 dvfs_response_latency tty11 tty8 ecryptfs tty12 tty9 exynos-mem tty13 ttyGS0 fimg2d tty14 ttyGS1 front tty15 ttyGS2 full tty16 ttyGS3 fuse tty17 ttyS0 graphics/ tty18 ttyS1 i2c-0 tty19 ttyS2 i2c-1 tty2 ttyS3 i2c-11 tty20 ttySAC0 i2c-12 tty21 ttySAC1 i2c-14 tty22 ttySAC2 i2c-15 tty23 ttySAC3 i2c-16 tty24 tun i2c-3 tty25 uhid i2c-5 tty26 uinput i2c-6 tty27 ump i2c-7 tty28 umts_boot0 i2c-8 tty29 umts_csd i2c-9 tty3 umts_ipc0 input/ tty30 umts_loopback0 ion tty31 umts_ramdump0 k3g tty32 umts_rfs0 keychord tty33 umts_router kmem tty34 urandom kmsg tty35 usb-ffs/ link_pm tty36 usb_accessory log/ tty37 vcs mali tty38 vcs1 mem tty39 vcsa modem_br tty4 vcsa1 mtp_usb tty40 video0 multipdp tty41 video1 network_latency tty42 video14 network_throughput tty43 video2 notification tty44 video21 null tty45 video3 pn544 tty46 xt_qtaguid ppp tty47 zero ptmx tty48 ~ # ls /sys sys/ system/ ~ # ls /sys/block/ loop0 loop3 loop6 mmcblk1 ram10 ram13 ram2 ram5 ram8 loop1 loop4 loop7 ram0 ram11 ram14 ram3 ram6 ram9 loop2 loop5 mmcblk0 ram1 ram12 ram15 ram4 ram7 zram0 ~ # ls -l /sys/block/loop0/ alignment_offset ext_range queue/ slaves/ bdi/ holders/ range stat capability inflight removable subsystem/ dev loop/ ro uevent discard_alignment power/ size ~ # cat /sys/block/loop0/stat 0 0 0 0 0 0 0 0 0 0 0 ~ # ls -l /sys/block/loop*/holders/ /sys/block/loop0/holders/:

/sys/block/loop1/holders/:

/sys/block/loop2/holders/:

/sys/block/loop3/holders/:

/sys/block/loop4/holders/:

/sys/block/loop5/holders/:

/sys/block/loop6/holders/:

/sys/block/loop7/holders/: ~ # umount /sdcard1 umount: can't umount /sdcard1: Device or resource busy ~ # mount rootfs on / type rootfs (rw,seclabel) tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755) devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,seclabel,relatime) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) tmpfs on /tmp type tmpfs (rw,seclabel,relatime) /dev/block/mmcblk0p7 on /cache type ext4 (rw,seclabel,relatime,user_xattr,barrier=1,data=ordered) /dev/block/mmcblk1p1 on /sdcard1 type f2fs (rw,seclabel,relatime,background_gc=on,user_xattr,active_logs=6) /dev/block/mmcblk0p11 on /sdcard0 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) ~ # ls /sys/block/ loop0/ loop4/ mmcblk0/ ram10/ ram14/ ram4/ ram8/ loop1/ loop5/ mmcblk1/ ram11/ ram15/ ram5/ ram9/ loop2/ loop6/ ram0/ ram12/ ram2/ ram6/ zram0/ loop3/ loop7/ ram1/ ram13/ ram3/ ram7/ ~ # ls /sys/block/mmcblk1/ alignment_offset ext_range queue/ stat bdi/ force_ro range subsystem/ capability holders/ removable uevent dev inflight ro device/ mmcblk1p1/ size discard_alignment power/ slaves/ ~ # ls /sys/block/mmcblk1/holders/ ~ # ls /sys/block/mmcblk1/slaves/ ~ # ls /dev HPD random tty5 properties rfkill tty50 accelerometer rtc0 tty51 akm8975 rtc1 tty52 alarm s3c-mem tty53 android_adb s3c-mfc tty54 ashmem s5p-jpeg tty55 backlightnotification snd tty56 binder socket tty57 block srp tty58 bus srp_ctrl tty59 bus_dma_throughput sw_sync tty6 console tspdrv tty60 cpu_dma_latency tty tty61 device-mapper tty0 tty62 display_frequency tty1 tty63 dun tty10 tty7 dvfs_response_latency tty11 tty8 ecryptfs tty12 tty9 exynos-mem tty13 ttyGS0 fimg2d tty14 ttyGS1 front tty15 ttyGS2 full tty16 ttyGS3 fuse tty17 ttyS0 graphics tty18 ttyS1 i2c-0 tty19 ttyS2 i2c-1 tty2 ttyS3 i2c-11 tty20 ttySAC0 i2c-12 tty21 ttySAC1 i2c-14 tty22 ttySAC2 i2c-15 tty23 ttySAC3 i2c-16 tty24 tun i2c-3 tty25 uhid i2c-5 tty26 uinput i2c-6 tty27 ump i2c-7 tty28 umts_boot0 i2c-8 tty29 umts_csd i2c-9 tty3 umts_ipc0 input tty30 umts_loopback0 ion tty31 umts_ramdump0 k3g tty32 umts_rfs0 keychord tty33 umts_router kmem tty34 urandom kmsg tty35 usb-ffs link_pm tty36 usb_accessory log tty37 vcs mali tty38 vcs1 mem tty39 vcsa modem_br tty4 vcsa1 mtp_usb tty40 video0 multipdp tty41 video1 network_latency tty42 video14 network_throughput tty43 video2 notification tty44 video21 null tty45 video3 pn544 tty46 xt_qtaguid ppp tty47 zero ptmx tty48 pts tty49 ~ # ls /dev/block/ bootdevice loop5 mmcblk0p11 mmcblk0p6 platform ram13 ram5 loop0 loop6 mmcblk0p12 mmcblk0p7 ram0 ram14 ram6 loop1 loop7 mmcblk0p2 mmcblk0p8 ram1 ram15 ram7 loop2 mmcblk0 mmcblk0p3 mmcblk0p9 ram10 ram2 ram8 loop3 mmcblk0p1 mmcblk0p4 mmcblk1 ram11 ram3 ram9 loop4 mmcblk0p10 mmcblk0p5 mmcblk1p1 ram12 ram4 zram0 ~ # losetup /dev/block/loop0 /dev/block/loop0: 0 /sdcard1/part11 ~ # losetup -d /dev/block/loop0 ~ # losetup -d /dev/block/loop1 losetup: /dev/block/loop1: No such device or address ~ # umount /sdcard1 ~ # % (24 10:43:24)[l: 0.19+ 0.29+ 0.40+][n: 2208= 151=][d: 0= 4+ 0=]______________________________________________________________________________________ <0,5086>(zenbook):~% adb shell ~ # mount rootfs on / type rootfs (rw,seclabel) tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755) devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,seclabel,relatime) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) tmpfs on /tmp type tmpfs (rw,seclabel,relatime) /dev/block/mmcblk0p7 on /cache type ext4 (rw,seclabel,relatime,user_xattr,barrier=1,data=ordered) /dev/block/mmcblk0p11 on /sdcard0 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) ~ # %