The solution to the prompt that the disk space is insufficient when decompressing the 7z compressed package

Table of contents

Error reporting scenario: Windows system + drag and drop the decompressed file to the specified directory  

problem solving process

problem solving (conclusion)

Solution one (not recommended)

Example of permission setting

Other Disk Permission Examples

 Solution 2 (recommended)

No need to change existing configuration


 

Error reporting scenario: Windows system + drag and drop the decompressed file to the specified directory  

problem solving process

Verify the space capacity of the C drive (system disk) Figure 1<Decompress the .7z file capacity (so there is not enough space) Figure 2

     Note: (7zip uses the system temporary folder as its own work temporary folder by default. This happens because the remaining space of the system temporary folder is insufficient, that is, the available space of the entire C drive is insufficient) Windows temporary file directory: C:\Windows
\ Temp

Figure 1 System disk capacity

Figure 2 The byte size displayed by the compressed package

Figure 3 actual size

 Verify 7Z default settings 

problem solving (conclusion)

Error decompressing files due to insufficient system storage space

Solution one (not recommended)

       You can change the working folder to "current folder" or "specified location"

Note: The specified location usually needs to give the software administrator permission to start + the current disk has the highest Everyone access permission , otherwise it will cause the setup to fail (the software will not prompt), and problems will follow one after another, and it is even impossible to find out the reason

Example of permission setting

The premise is "end the related process of 7z" or "exit the software"

Other Disk Permission Examples

 Solution 2 ( recommended )

No need to change existing configuration

The 7z software option remains unchanged, you only need to " right-click " the file to be decompressed and select " Extract to the current directory " to decompress the file

Implementation logic: system variables lead to

Guess you like

Origin blog.csdn.net/qq_41095608/article/details/132538251