danielm234
danielm234
**It seems related to Android 13**, as I've not been able to reproduce the issue on Android 12. Same device
@Unknown78 , @topjohnwu here are all the logs: Device: a53x Latest debug magisk version for kernel and app [last_kmsg.log](https://github.com/topjohnwu/Magisk/files/13368774/last_kmsg.log) [logcat_a53_android_13_latest_debug_magisk.log](https://github.com/topjohnwu/Magisk/files/13368775/logcat_a53_android_13_latest_debug_magisk.log) [magisk_log_2023-11-15T20.15.34.log](https://github.com/topjohnwu/Magisk/files/13368776/magisk_log_2023-11-15T20.15.34.log) [proc_mounts.log](https://github.com/topjohnwu/Magisk/files/13368778/proc_mounts.log) [dmesg.log](https://github.com/topjohnwu/Magisk/files/13368779/dmesg.log)
> 1. You are not using debug Magisk; I cannot see any debug log in your kmsg. > 2. Are you sure it won't block for 60s without Magisk? Looks...
Unfortunately, my issue was closed two times before this; I was quite close to giving up. But Magisk is such an amazing tool, and I appreciate all your hard work.
Update @topjohnwu @yujincheng08 @TotallyAvailable @Unknown78 [ 70.257910] [6: init: 1] init: Command 'mount ext4 /dev/block/by-name/cpefs /mnt/vendor/cpefs nosuid nodev noatime noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic' action=post-fs-data (**/vendor/etc/init/init.baseband.rc:13**) took 60007ms and failed: mount() failed: I/O error...
Since in /vendor/etc/fstab.s5e8825 there is already a following line /dev/block/by-name/cpefs /mnt/vendor/cpefs ext4 noatime,nosuid,nodev,noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic wait,check,nofail Is it really necessary to have a similar line in init.baseband.rc (because the bottom line makes...
Device wasn't used before, its stock android without any changes,and with/without magisk patch Output when trying to execute this command: mount -t ext4 /dev/block/by-name/cpefs /mnt/vendor/cpefs -o nosuid,nodev,noatime,noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic **'/dev/block/by-name/cpefs' is read-only**...
>Just a thought - what if you add " wait,check,nofail" to the end of that command like in the fstab entry, assuming that one of the 2 has to actually...
>mkdir /mnt/vendor/cpefs 0771 radio system >mount ext4 /dev/block/by-name/cpefs /mnt/vendor/cpefs nosuid nodev noatime noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic Should this 'cpefs' mount be visible in /proc/mounts? I cannot find it in /proc/mounts with a patched...