[UDFS] Revert recent commits and apply PR #360 geometry fixes#342
[UDFS] Revert recent commits and apply PR #360 geometry fixes#342Copilot wants to merge 86 commits into
Conversation
|
@copilot What about applying PR #312 ? |
…chStart advance Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/733f211e-58cf-4005-b7ad-5cae71101dea Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
|
Applied in commit
The |
|
@copilot |
…304) Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/b756d727-b575-4691-98ee-81d66d3c4b08 Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
... Fixed in commit
All other errors in the log ( |
|
@copilot |
…int signature Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/9779df76-ba39-4fe0-992c-e8299fd022bb Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
... Fixed in commit
|
|
@copilot |
…on bug Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/a5eae383-5191-4ad1-bb09-3a158b17b47f Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
... Fixed in commit
|
|
@copilot |
This reverts commit 49b920f. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This reverts commit efaea67. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This reverts commit 89d8617. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This reverts commit 31d9e9e. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This reverts commit a261606. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This reverts commit 443823d. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This reverts commit 9313fcd. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This reverts commit aaac78c. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This reverts commit b564a9a. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This reverts commit 2ebd474. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This reverts commit 72e209f. Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/0cdc3ae9-4a85-4fc5-8e54-a1dca64f4934 Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/1304d48c-6a6e-4822-bd07-433915b2af7b Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
|
@copilot Vcb->LastLBA = (uint32)(PartitionInfo.PartitionLength.QuadPart >> Vcb->SectorShift)/* + Vcb->FirstLBA*/ - 1; is causing slowdown and the drive isn't being mounted after the commit did the change from what it was before to what I mentioned. Please change the line to use DiskGeometry. |
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/1f3edd4c-1628-4e54-9b5e-22bbc239ebe0 Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/1f3edd4c-1628-4e54-9b5e-22bbc239ebe0 Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/1f3edd4c-1628-4e54-9b5e-22bbc239ebe0 Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/1f3edd4c-1628-4e54-9b5e-22bbc239ebe0 Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
Updated in commit |
|
@copilot The current DiskGeometry code being used for HDD mounting should be modified to be like how it was before the changes but with the Ex variant changed to the regular one. |
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/c5103d4d-e9e8-490b-84f8-f7a9375b3f32 Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/c5103d4d-e9e8-490b-84f8-f7a9375b3f32 Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
Implemented in commit |
|
@copilot I meant the old line that is as follows: It was in phys_lib.cpp at line 837. It should be reverted to that/those line(s) and modified to use DiskGeometry instead of DiskGeometryEx. |
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/08661851-ab7b-4a17-b3f5-4a57a224f3c3 Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
... Applied in commit |
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/fe81238c-602c-466b-9e8f-634db02fd208 Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
drivers/filesystems/udfs/Include/phys_lib.cand identify HDD vs CD-ROM path differencesLastLBApath to use the old HDD-style calculation pattern withDiskGeometry(not CD-ROM logic)