Skip to content

Simplify GenericTarSubLoader#1880

Open
JSCU-CNI wants to merge 2 commits into
fox-it:mainfrom
JSCU-CNI:tar-loader-fix
Open

Simplify GenericTarSubLoader#1880
JSCU-CNI wants to merge 2 commits into
fox-it:mainfrom
JSCU-CNI:tar-loader-fix

Conversation

@JSCU-CNI

@JSCU-CNI JSCU-CNI commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Moves all parsing logic in the GenericTarSubLoader to the TarFilesystem implementation. Fixes #1876.

Comment on lines -125 to -133
for vol_name, vol in volumes.items():
loaderutil.add_virtual_ntfs_filesystem(
target,
vol,
usnjrnl_path=[
"$Extend/$Usnjrnl:$J",
"$Extend/$Usnjrnl:J", # Old versions of acquire used $Usnjrnl:J
],
)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this functionality not lost? Or is this just old legacy acquire stuff that we can probably safely remove now?

Maybe strange that I'm the one asking this question 😄 but I'm hoping you can refresh my memory on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tar files without direntries cannot be iterated

2 participants