The following command compresses an entire NTFS drive:

compact e: /s /c /i

How do compress an entire drive, ignoring previously compressed files (in particular, .zip, .rar and .tib)?

Compressing a ".tib" file is pointless: its an Acronis TrueImage file, about 15GB, and as its already compressed it makes no savings to disk space, while wasting about 2 hours of time.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You will have to either compress all files and then later uncompress the ones you do not want compressed, or put the files you don't want compressed in separate directories and then do not select those directories when you are choosing files/folders to be compressed.

Windows does not provide a facility for marking a file to "not be compressed."

link|improve this answer
Yes - I'm wondering if there is a 3rd party utility, much like Microsoft's "compact" that can offer selective compression of files on an entire hard drive? – Gravitas Oct 29 '11 at 15:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.