Skip to content

Commit 7974677

Browse files
committed
forge(wave-3d): finalize merge-ready branch state
Agent-Id: agent-4526e6e6-0af4-406f-b5e7-3bd3e9157c8f
1 parent 4636519 commit 7974677

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/MFT_INVESTIGATION_F_DRIVE.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -590,9 +590,6 @@ The Rust pipeline currently treats `parent_frs` more literally and only consider
590590

591591
To better understand the C++ semantics around these tricky high-FRS parents, the C++ team provided a **Rust reference MFT reader** that is intended to be a **1:1 port of the C++ MFT-reading logic** (but without full path reconstruction):
592592

593-
- Location in this repo (vendored copy):
594-
- `vendor/mft-reader-rs/`
595-
596593
### 11.1 What the reference reader does
597594

598595
- Opens the NTFS volume (e.g. `\\.\\F:`) and reads `$MFT` using:
@@ -612,8 +609,7 @@ This gives us a **direct, C++-equivalent view** of the raw MFT records, separate
612609
On the Windows machine that has the F: drive attached, we built and ran the reference reader and captured its view of `$MFT`:
613610

614611
1. Build and run the reference reader against F::
615-
- From the `UltraFastFileSearch` repo root on Windows:
616-
- `cd vendor\\mft-reader-rs`
612+
- From the local checkout containing the reference reader on Windows:
617613
- `cargo run --release -- -d F -o f_mft_reference.csv -v`
618614

619615
2. Copy the resulting CSV back into this repo on macOS, under:

docs/architecture/FIX_IT_PLAN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Before starting, ensure you have:
3838
- Run: `old_cpp_reference/uffs/bin/UltraFastFileSearch.exe` from the optional repo-root, gitignored local tree to generate the baseline (local-only, never pushed)
3939

4040
3. **Understanding**:
41-
- Read `docs/architecture/RUST_VS_CPP_ANALYSIS.md` thoroughly
4241
- Understand MFT structure (FRS, parent_frs, extension records)
4342

4443
---

0 commit comments

Comments
 (0)