NTFS folder permissions, adding compression

Allan J. Ashinoff 526 Reputation points
2021-03-01T20:07:53.853+00:00

It has been quite some time since I've had to 'archive' TBs of data on a server, typically its backed up off-site and retrieved when needed. In creating an 'archive' folder within a folder I have administrative ownership of I am unable to check the box to 'compress contents to save space'. I could move these files to another server/hard disk, but I have ample space on the system where the 'archive' folder currently resides, it just lacks organization. ![73127-image.png][1] [1]: /api/attachments/73127-image.png?platform=QnA

Windows for business Windows Server User experience Other
{count} votes

2 answers

Sort by: Most helpful
  1. MotoX80 36,291 Reputation points
    2021-03-02T19:24:06.817+00:00

    Are you sure that the disk is formatted as NTFS?

    Open an admin Powershell and run "get-volume". Look at the FileSystemType.

    https://www.techdim.com/ntfs-vs-fat32/


  2. Michael Taylor 60,161 Reputation points
    2021-03-04T22:50:03.4+00:00

    I'm assuming of course that the drive itself supports it because it is NTFS and it is not a permissions issue.

    NTFS does not support compression on drives that have large cluster sizes (used to be 4KB or thereabouts I think). Based upon the current docs it also doesn't support compression of files that are over 30GB in size. Also note that compression is not supported on encrypted files.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.