After calling unrar on a RAR archive on my 1 TB NTFS drive, I am left with a file, that reportedly has a size of 86T.
Is it safe to delete such file? What is the best way to safely get rid of this file?
Of course, when removed, the file should be unlinked and any actual data belonging to other files should be left unaffected, but I really want to be sure on this one…
Edit 1:
du -h output in the directory containing the archive + the extracted file:
26M .
Edit 2: Progress and Findings
chkdsk F: /scandid find a corruption in the extracted file.chkdsk F: /fdidDeleting corrupt attribute record (0x80, "")(most likely belonging to this file as the record segment number matches) (attribute 0x80)- The file had 0 size afterwards
- The 0 size file could be deleted
chkdsk F: /scanfinds no problems
Edit 3: For the Curious
Berore fixing the file with chkdsk F: /f:
- the file could not be deleted with Double Commander (file is already in use by no other than Double Commander – probably trying to read the whole file)
- the file could not be deleted with
rm(on Windows) due to permission denied (I had thecmdrunning as the Administrator)