Are you sure that the disk is formatted as NTFS?
Open an admin Powershell and run "get-volume". Look at the FileSystemType.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
Are you sure that the disk is formatted as NTFS?
Open an admin Powershell and run "get-volume". Look at the FileSystemType.
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.