-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP]: S.M.A.R.T
checking and HDD format checks
#3
base: main
Are you sure you want to change the base?
Conversation
Please explain PR and fix compilation errors. |
Will fix them next week.. No access to PC ATM... The idea would be to add HDD status and format checking like FreeHdBoot MBR has. And if one of those issues is detected, run FSCK instead |
Nice, some tests forcing failures you described will be useful. |
Still on the cellphone TODO:
The purpose behind this PR? Make FreeHdBoot MBR not a vital piece of a sane HDD setup anymore Also fueled by the idea of forking Softdev2 to make a MBR program of my own, for usage on PS2BBL when the HDD support comes (not soon) |
As a side note The following diagram poorly describes what FSCK does flowchart LR
A[Initialize] --> B[Check MBR] --->|if has issues| C[let the user now what happened and what was done] ---> QUIT["exit (MBR runs again)"]
B --> |if everything is ok| D[check HDD format issues] --->|if found issues| E[Attempt to fix] --->|either if fails or not| C
|
FreeHdBoot MBR was disclosed. so we can make this behave EXACTLY as it should!
hi alex. FHDB MBR program was disclosed some time ago. This last commit reflects some of the checks and behaviours of FreeHdBoot MBR program source code |
No description provided.