Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samsung Galaxy S5 no PARTNAME warning #52

Open
tomdearden opened this issue Jul 7, 2017 · 1 comment
Open

Samsung Galaxy S5 no PARTNAME warning #52

tomdearden opened this issue Jul 7, 2017 · 1 comment

Comments

@tomdearden
Copy link

This is an amazing tool - thank you so much for taking the time to write it!

That having been said, it asked me very politely to raise an issue while I was experimenting with it, so I am.

I'm backing up a Samsung Galaxy S5, running Cyanogenmod 13 and TWRP recovery. The output from tetherback is:

tetherback v0.9.1
Found ADB version 1.0.36
Using default transfer method: adb exec-out pipe (--exec-out)
Device reports kernel 3.4.0-twrp-klte-unified-1.7
Device reports TWRP version 3.1.0-0
Reading partition map for mmcblk0 (26 partitions)...
  partition map: 100%                                                                                                                                               
Reading partition map for mmcblk0rpmb (0 partitions)...
  partition map: 100%                                                                                                                                               
Reading partition map for mmcblk1 (1 partitions)...
  partition map: N/A%                                                                                                                                               WARNING: partition mmcblk1p1 has no PARTNAME in its uevent file
Please report this issue at https://github.com/dlenski/tetherback/issues
Please post the entire output from tetherback!
  partition map: 100%                                                                                                                                               
Saving backup images in ./twrp-backup-2017-07-07--22-44-53/ ...
Saving partition boot (mmcblk0p15), 13 MiB uncompressed...
  boot.emmc.win: 100%   5.7 MiB/s   9.3 MiB                                                                                                                         
Saving tarball of mmcblk0p23 (mounted at /system), 2500 MiB uncompressed...
  system.ext4.win: 100%   5.7 MiB/s 389.1 MiB                                                                                                                       
Saving tarball of mmcblk0p26 (mounted at /data), 12132 MiB uncompressed...
  data.ext4.win: 100%   6.0 MiB/s   8.5 GiB                                                                                                                         
Backup complete.
@tomdearden
Copy link
Author

On further investigation, ie. running tetherback -0 to get a list of partitions, it seems as if this should be an expected warning when tetherback encounters an external SD card, as this seems to be what mmcblk1 refers to on this device:

tetherback v0.9.1
Found ADB version 1.0.36
Using default transfer method: adb exec-out pipe (--exec-out)
Device reports kernel 3.4.0-twrp-klte-unified-1.7
Device reports TWRP version 3.1.0-0
Reading partition map for mmcblk0 (26 partitions)...
  partition map: 100%                                                                                                                                               
Reading partition map for mmcblk0rpmb (0 partitions)...
  partition map: 100%                                                                                                                                               
Reading partition map for mmcblk1 (1 partitions)...
  partition map: N/A%                                                                                                                                               WARNING: partition mmcblk1p1 has no PARTNAME in its uevent file
Please report this issue at https://github.com/dlenski/tetherback/issues
Please post the entire output from tetherback!
  partition map: 100%                                                                                                                                               

Partition map:

BLOCK DEVICE    PARTITION NAME      SIZE (KiB)  MOUNT POINT    FSTYPE
--------------  ----------------  ------------  -------------  --------
mmcblk0p1       apnhlos                  15360  /firmware      vfat
mmcblk0p2       modem                    58816  /modem         vfat
mmcblk0p3       sbl1                       512
mmcblk0p4       dbi                         64
mmcblk0p5       ddr                         32
mmcblk0p6       aboot                     2048
mmcblk0p7       rpm                        512
mmcblk0p8       tz                         512
mmcblk0p9       fsg                       3072
mmcblk0p10      pad                       7136
mmcblk0p11      param                    10240
mmcblk0p12      efs                      14336  /efs           ext4
mmcblk0p13      modemst1                  3072
mmcblk0p14      modemst2                  3072
mmcblk0p15      boot                     13312
mmcblk0p16      recovery                 15360
mmcblk0p17      fota                     13312
mmcblk0p18      backup                    7159
mmcblk0p19      fsc                          1
mmcblk0p20      ssd                          8
mmcblk0p21      persist                   8192
mmcblk0p22      persdata                  9216
mmcblk0p23      system                 2560000  /system        ext4
mmcblk0p24      cache                   204800  /cache         ext4
mmcblk0p25      hidden                   10240
mmcblk0p26      userdata              12424175  /data          ext4
mmcblk1p1       mmcblk1p1             15711231  /external_sd   vfat
                Total:                31095790

Backup plan:

PARTITION NAME    FILENAME         FORMAT
----------------  ---------------  ------------------------------
boot              boot.emmc.win    gzipped raw image
system            system.ext4.win  tar -cz -p
userdata          data.ext4.win    tar -cz -p --exclude="*-cache"

So this is perhaps not so much an 'issue' as a (semi-)useful bit of info for anyone running this on an S5 who wants to know why this warning appears?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant