Giter Club home page Giter Club logo

Comments (3)

CTCaer avatar CTCaer commented on June 28, 2024

Your OS is trying to access more than it should.
It's not a fatal error from hekate side (reason why I have the text as warm), so it falls on the OS.
If that happens the moment you mount it, just use a proper OS.
(Win 7, win 10, Linux and whatever random mac os I use to test UMS do not do that.)
If you wrote some random MBR or GPT in boot0/1 for whatever reason then remove it or fix it to the proper size.

I'll leave it open, in case you have more info to add about what eMMC you are trying to mount and OS.

from hekate.

sthetix avatar sthetix commented on June 28, 2024

from hekate.

CTCaer avatar CTCaer commented on June 28, 2024

Since that's not normal to happen, you should check if you have any mass storage or usb driver that replaced official ones.
Or any hidden app that parses drivers. Because it can be the automounter's problem.

If not then that OS is garbage because when it is actually informed about storage size, it must never try to read more.
That info is sent during the inquiry command. You can't mount a driver without it's size populated or not sent or requested.
So, there's no point to try and read/write out of bounds and also it can hang/halt hw that does not check if it's above.
For example if storage on a ums device is eMMC or SD and you try to read out of bounds, it tears down the whole thing.
You need to power cycle it after that. It's not a hot recoverable error

from hekate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.