Closed Rikj000 closed 1 month ago
.nkit.iso => .rvz conversion does not delete temporary .iso~ files.
.nkit.iso
.rvz
.iso~
E.g. When running:
nkit \ -task convert \ -in "<slow-big-hdd>" \ -tmp "<fast-small-nvme>" \ -fixFiles "<...>" \ -dat "<...>" \ -r n \ -v y;
To convert .nkit.iso's into .rvz's, which is way faster due to processing on the NVMe and afterwards storing on the HDD.
However after a file has been fully processed, an .iso~ file remains in the -tmp directory.
-tmp
Which leads to the small NVMe getting full rather quickly, which could abruptly halt my system, since it's also the drive on which the OS runs.
I just did some tests regarding this issue, my findings are:
-out
-task expand
I attached a log file with the used NKit commands + tree results before/after NKit-Tests-One-Two-Step-Conversion-Same-Temp-Directory.md
This issue was initially reported on the Discord server, here: https://discord.com/channels/959955884694437948/963144311237668945/1279840893590966415
It's been reproduced by @cgar and confirmed by @Nanook + @johnsanc there.
@cgar
@Nanook
@johnsanc
Issue tested and confirmed to be resolved with the new release! :tada:
I attached a log file with the used NKit commands + tree results before/after New-NKit-Test-Two-Step-Conversion.md
Issue Description
.nkit.iso
=>.rvz
conversion does not delete temporary.iso~
files.E.g. When running:
To convert
.nkit.iso
's into.rvz
's, which is way faster due to processing on the NVMe and afterwards storing on the HDD.However after a file has been fully processed, an
.iso~
file remains in the-tmp
directory.Which leads to the small NVMe getting full rather quickly, which could abruptly halt my system, since it's also the drive on which the OS runs.
NKit Version
Issue Tests
I just did some tests regarding this issue, my findings are:
-tmp
parameter is unrelated to the issue, since it also occurs if-out
and-tmp
are the same.-task expand
does not have the issue.iso~
files are not cleaned up after all conversions finish)I attached a log file with the used NKit commands + tree results before/after NKit-Tests-One-Two-Step-Conversion-Same-Temp-Directory.md
Discord Discussion
This issue was initially reported on the Discord server, here: https://discord.com/channels/959955884694437948/963144311237668945/1279840893590966415
It's been reproduced by
@cgar
and confirmed by@Nanook
+@johnsanc
there.