-
Notifications
You must be signed in to change notification settings - Fork 20
Description
- I am running an official build of TWRP, downloaded from https://twrp.me/Devices/
- I am running the latest version of TWRP
- I have read the FAQ (https://twrp.me/FAQ/)
- I have searched for my issue and it does not already exist
Device codename: Pixel 3 XL
TWRP version: twrp-3.3.1-1-crosshatch.img
WHAT STEPS WILL REPRODUCE THE PROBLEM?
- Boot phone into bootloader
- fastboot boot twrp-3.3.1-1-crosshatch.img
- after boot into TWRP, select 'Mount'
WHAT IS THE EXPECTED RESULT?
Partitions like System, Data, Storage should be mountable by ticking the checkmark.
WHAT HAPPENS INSTEAD?
- Only metadata partition are pre-checked
- All other partitions (System, Data, Storage...) are not checkable. (Even if you try to check it, a check mark will not appear and the partition will not be mounted)
ADDITIONAL INFORMATION
adb mount shows:
crosshatch:/ # mount
rootfs on / type rootfs (rw,seclabel,size=1690556k,nr_inodes=422639)
tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,size=1803612k,nr_inodes=450903,mode=755)
devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600,ptmxmode=000)
proc on /proc type proc (rw,relatime,gid=3009,hidepid=2)
sysfs on /sys type sysfs (rw,seclabel,relatime)
selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)
tmpfs on /mnt type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,size=1803612k,nr_inodes=450903,mode=755,gid=1000)
none on /acct type cgroup (rw,relatime,cpuacct)
tmpfs on /tmp type tmpfs (rw,seclabel,relatime,size=1803612k,nr_inodes=450903)
pstore on /sys/fs/pstore type pstore (rw,seclabel,relatime)
none on /config type configfs (rw,relatime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
mtp on /dev/usb-ffs/mtp type functionfs (rw,relatime)
ptp on /dev/usb-ffs/ptp type functionfs (rw,relatime)
/dev/block/sda20 on /metadata type ext4 (rw,seclabel,relatime,data=ordered)
/tmp/recovery.log:
recovery.log
dmesg: (https://github.com/TeamWin/Team-Win-Recovery-Project/files/3388368/twrpdmesg.txt)