Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. exploitagency
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    exploitagency

    @exploitagency

    0
    Reputation
    199
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    exploitagency Unfollow Follow

    Latest posts made by exploitagency

    • RE: Getting an Error Message Trying To Update

      Root has a percentage of free space reserved.

      Login as root via ssh
      Password is recalboxroot

      Run df -h
      If it shows the size for "Available" as being "0" and "Use" as 100%, but "Used" is < "Size"...

      Run dumpe2fs /dev/mmcblk0p3 | grep -i reserved
      This will prove the space is reserved.

      Now that space was reserved for the root user so to reclaim that space, run
      tune2fs -m 0 /dev/mmcblk0p3

      Now the root user can run out of space and there are some possible problematic issues that could occur, but you can use your full capacity.

      Warning: This should only be performed by power users who are not afraid of the command line and understand the commands they are running.

      posted in Recalbox General
      exploitagency
      exploitagency