[Q] TWRP Folder Permission Denied

Search This thread

zaibrockstar

Senior Member
Feb 4, 2013
75
13
Google Pixel 7a
Update: Fixed by
command !

Guys,

I am currently Running STOCK LRX21O.Rooted using Chainfire's AutoRoot and TWRP -2.8.1.0. I made backup but I am unable to access it using ES file explorer(with root option enabled). Also tried Root explorer but It just doesnt show the Folder itself.

When I boot into TWRP it shows the Backup folder there. So I tried to check it with adb to do a ls and it shows its there. I need to copy that folder to cloud just incase. I dont see permission issues. Plese suggest how to fix this ?

Code:
C:\Users\Zaibrockstar>adb shell ls -l /sdcard/
drwxrwx--- root     sdcard_r          1971-01-05 22:48 Alarms
drwxrwx--x root     sdcard_r          2014-11-12 21:00 Android
drwxrwx--- root     sdcard_r          2014-11-12 23:29 DCIM
drwxrwx--- root     sdcard_r          2014-11-13 08:44 Download
drwxrwx--- root     sdcard_r          1971-01-05 22:48 Music
drwxrwx--- root     sdcard_r          2014-11-12 21:34 Notifications
drwxrwx--- root     sdcard_r          2014-11-12 23:26 Pictures
drwxrwx--- root     sdcard_r          1971-01-05 22:48 Podcasts
drwxrwx--- root     sdcard_r          1971-01-05 22:48 Ringtones
[B][U]lstat '/sdcard//TWRP' failed: Permission denied[/U][/B]
drwxrwx--- root     sdcard_r          2014-11-13 09:27 backups
drwxrwx--- root     sdcard_r          2014-11-12 21:32 baidu
drwxrwx--- root     sdcard_r          2014-11-12 23:13 media
Code:
C:\Users\Zaibrockstar>adb shell ls -R /sdcard/
/sdcard/:
Alarms
Android
DCIM
Download
Music
Notifications
Pictures
Podcasts
Ringtones
[COLOR="Red"]TWRP[/COLOR]
backups
baidu
media
[B][COLOR="Red"]/sdcard//TWRP: Permission denied[/COLOR]
[/B]

Thanks
Zaib
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Update: Fixed by
    command !

    Guys,

    I am currently Running STOCK LRX21O.Rooted using Chainfire's AutoRoot and TWRP -2.8.1.0. I made backup but I am unable to access it using ES file explorer(with root option enabled). Also tried Root explorer but It just doesnt show the Folder itself.

    When I boot into TWRP it shows the Backup folder there. So I tried to check it with adb to do a ls and it shows its there. I need to copy that folder to cloud just incase. I dont see permission issues. Plese suggest how to fix this ?

    Code:
    C:\Users\Zaibrockstar>adb shell ls -l /sdcard/
    drwxrwx--- root     sdcard_r          1971-01-05 22:48 Alarms
    drwxrwx--x root     sdcard_r          2014-11-12 21:00 Android
    drwxrwx--- root     sdcard_r          2014-11-12 23:29 DCIM
    drwxrwx--- root     sdcard_r          2014-11-13 08:44 Download
    drwxrwx--- root     sdcard_r          1971-01-05 22:48 Music
    drwxrwx--- root     sdcard_r          2014-11-12 21:34 Notifications
    drwxrwx--- root     sdcard_r          2014-11-12 23:26 Pictures
    drwxrwx--- root     sdcard_r          1971-01-05 22:48 Podcasts
    drwxrwx--- root     sdcard_r          1971-01-05 22:48 Ringtones
    [B][U]lstat '/sdcard//TWRP' failed: Permission denied[/U][/B]
    drwxrwx--- root     sdcard_r          2014-11-13 09:27 backups
    drwxrwx--- root     sdcard_r          2014-11-12 21:32 baidu
    drwxrwx--- root     sdcard_r          2014-11-12 23:13 media
    Code:
    C:\Users\Zaibrockstar>adb shell ls -R /sdcard/
    /sdcard/:
    Alarms
    Android
    DCIM
    Download
    Music
    Notifications
    Pictures
    Podcasts
    Ringtones
    [COLOR="Red"]TWRP[/COLOR]
    backups
    baidu
    media
    [B][COLOR="Red"]/sdcard//TWRP: Permission denied[/COLOR]
    [/B]

    Thanks
    Zaib