I can't compress a huge folder on my windows PC because it says file does not exist

-1

I once had Microsoft reformat my computer. They put my entire old windows folder on the reformatted drive and named it "windows.old". Its 2 GB in size. I've decided to back it up and then delete it. So I tried backing it up onto a DVD, and got an error. So then I decided to Zip it first, and then back it up, and then delete it. The zip process managed to zip 3 or 4 files, and then finally aborted, popping up a message that "File not found or no read permission" (the filename was nslist.hxl).

I did some googling, and found other people have run into this problem. In one case the reason was that an older version of the zip routine can't cope with really big files, and in another that zero length files can cause trouble.

So I did a search for the file nslist.hxl (using File Explorer) and it simply was not on my PC anywhere. So I found more internet advice, which was not to use windows zip, but to use "7-zip" instead. I clicked on the link to 7-zip, and Chrome gave me a warning that I was going to a malware site. I aborted, and went to 7-zip.org, and tried to install it from there. But then, a window popped up asking if I wanted to proceed, and I noticed that 7-zip.org does not "sign" the software (I get a message that its from an "unknown" outfit). My guess is that is because it is GNU software and keeps changing, so they don't bother to sign it. But I want to be extra careful.

So the question is - forgetting about 7-zip, if a corrupted file or set of files is at fault here, what I can I do about it?

lana lemonde

Posted 2015-02-05T21:27:30.027

Reputation: 1

Question was closed 2015-02-08T01:57:37.677

>

  • What was the error on the DVD copy? Did you use Explorer copy or burning software? 2. If there are problems with the size of ZIP files, you could use burning software to create an ISO, then zip that.
  • < – AFH – 2015-02-05T21:42:28.933

    "if a corrupted file or set of files is at fault here, what I can I do about it?" - Run disk checks for one. – Ƭᴇcʜιᴇ007 – 2015-02-05T21:51:53.330

    If you wish to delete it, follow this answer. If you wish to back it up, you'll need to take ownership of the folder and all its sub-folders. To do that, try this answer

    – Vinayak – 2015-02-05T21:52:26.790

    Answers

    0

    Firstly, as @Techie007 said, run chkdsk: in Windows Explorer, right-click on the drive, go to Properties / Tools and click Check now.

    Then get a bootable version of Linux such as PuppyLinux on USB or a live CD or DVD and boot off it; if the C: drive isn't mounted, you'll need to mount it from the command line (something like: mount /dev/sda1 /mnt), then cd to /mnt/Windows.old, and zip it (using a command something like: zip -r /mnt/Temp/Backup Windows.old). Also, you could back up to a large USB drive if your C: drive doesn't have enough space.

    philu

    Posted 2015-02-05T21:27:30.027

    Reputation: 140

    I ran a dell utility to check for software errors, and it did not find any, but then a message popped up that Dell had partnered with IOLO, and I could run their check, and then also run their repair. The check found I had 243 registry errors, a corrupt disk, 3 security holes, etc. So I ran the repair. My PC is faster now, but I wonder why Msoft did not find any of this. Windows 8.1 is supposed to check the disk automatically. – lana lemonde – 2015-02-06T13:02:41.490