Compress contents to save disk space là gì

When Compress contents to save disk space is enabled for a folder, a double-arrow icon will be displayed on top of the folder. The system will then automatically compress content in the folder.

Compress contents to save disk space là gì

  1. Right-click the folder and select Properties.
  2. Go to General > Advanced, and check Compress contents to save disk space. Click OK and then Apply.
    Compress contents to save disk space là gì
  3. Check Apply changes to this folder, subfolders and files and click OK to save the settings.
    Compress contents to save disk space là gì

To disable Compress contents to save disk space:

  1. Right-click the folder and select Properties.
  2. Go to General > Advanced, and check Compress contents to save disk space.
    Compress contents to save disk space là gì
  3. Check Apply changes to this folder, subfolders and files. Click OK to save the settings
    Compress contents to save disk space là gì

By enabling drive compression you would save space on your hard drive, however the benefit is not without cost. Compression uses processing power (CPU). Every time you access a file, it has to be read and uncompressed to be worked with. Every file you save or edit will also have to be compressed.

Whole disk compression is not a good method for growing storage, adding another hard drive or upgrading to a larger drive is a better choice.

Not that whole disk compression is bad, there are definite advantages in the right situations. However, "what if" is not one of them.

answered Mar 18, 2013 at 3:49

Compression can have a positive effect on a computer with an older, slower disk. The CPU may have enough horsepower so that doing decompression and compression on read/write is faster than letting the drive read the raw data. It has definitely speeded up my 5 yearold laptop.

answered Oct 16, 2014 at 8:59

hlintruphlintrup

911 silver badge3 bronze badges

0

Only add the NTFS compression to Files and folders where you read the data most of the time. DON'T ENABLE it for folders where you write data very often. With information being compressed on the fly, you're consuming more of an SSD's available write cycles than if you were writing the files uncompressed. This could have negative implications on the drive's endurance.

answered Mar 18, 2013 at 5:13

Compress contents to save disk space là gì

magicandre1981magicandre1981

97.7k30 gold badges181 silver badges247 bronze badges

2

I don't think that compression would be all that bad on an SSD. Your operating system uses a temporary holding area for data that it needs to fetch when applications are loaded. Compressed files are decompressed and are loaded into this holding area. In Windows, this file is typically found on the root (C: presumably) of the drive. This file is called pagefile.sys. All major operating systems do this. Unix uses a special partition called the swap partition (for the ios and linux fans).

When your computer runs low on hard drive space, windows will adjust the size of how much data this file can hold thus hindering the performance of your computer when it has to shrink it because of limited resources. This is probably why hlintrup said he noticed a performance increase for his computer. He was probably out of space (hence why you would compress your file system). When he turned on file compression, it free'd up more room so the swap file could grow to an optimal size and applications could then be cached again.

answered Nov 8, 2014 at 6:24

Compress contents to save disk space là gì

1

I have consistently found that for Samsung 120GB, this is not guaranteed. I have found less free space after compressing the drive in the majority of cases.

  • Even on a multi-boot machine and compressing as a non-system drive before reboot.
  • The data would be 95% pre-compressed (BF4 etc).
  • The disks are over 90% full.

This leads me to believe there is an impact on overhead. Or the capacities are optimistically fudged and rely upon controller compression with a ceiling applied.