-
Notifications
You must be signed in to change notification settings - Fork 22
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
HTC10 (pme) partition /boot
not mounted
#65
Comments
Useful report, thanks. Hrmmm… I wonder if this may also be related to #49 (wherein some devices give strange errors when trying to
Do you have a patch to do this? |
This was the second issue in #58, i just split it up. I'm not sure if this is related to #49 but i will check that.
Currently i'm checking if the partition is mounted
right before trying to unmount it in
But since i have got new errors (md5sum mismatches) i have to clear those out before i request a pull. When this is done i will try to solve #57 (at least for me, the partition handling seems to differ between Samsung and Huawei and i have no other devices with sd* partitions to test it). That should also solve parts of #48 and #39 (recognizing sd* scheme instead of mmcblk) edit: spacing in the code |
When tetherback tries to backup the partitions, it tries to unmount them before backing them up.
/boot
partition is not mounted which crashes tetherback when it's trying to unmount the partition.Checking if a partition is really mounted before trying to unmount it solved the issue for me
Log of error:
output of
adb shell mount
:The text was updated successfully, but these errors were encountered: