Discussion:
Missing checkbox for "compress disk drive to save space"
(too old to reply)
Bill Pierini
2009-09-20 03:57:52 UTC
Permalink
Hi, all. Have a basic disk with three partitions. (On an external RAID5
enclosure.) Drive "X" does not show the checkboxes to compress (which I
don't want to do, but want to make sure it isn't) or "Allow indexing". The
RAID claims everything is healthy, the other two volumes have no problems
and the info is displayed. Any thoughts on how to show the checkboxes?
Sadly, this is part of an Exchange 2007 file set and removing the partition
and recreating could be a problem in itself. This is NTFS on a Windows 2003
x64 system.
Thanks (please forgive the cross post)
Bill
Dave Patrick
2009-09-20 15:04:19 UTC
Permalink
Check that the Reg_DWord 'NtfsDisableCompression'

is set to 0 (zero)

HKLM\SYSTEM\CurrentControlSet\Control\FileSystem
--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
Post by Bill Pierini
Hi, all. Have a basic disk with three partitions. (On an external RAID5
enclosure.) Drive "X" does not show the checkboxes to compress (which I
don't want to do, but want to make sure it isn't) or "Allow indexing". The
RAID claims everything is healthy, the other two volumes have no problems
and the info is displayed. Any thoughts on how to show the checkboxes?
Sadly, this is part of an Exchange 2007 file set and removing the
partition and recreating could be a problem in itself. This is NTFS on a
Windows 2003 x64 system.
Thanks (please forgive the cross post)
Bill
Bill Pierini
2009-09-20 15:45:47 UTC
Permalink
Dave, thanks for the tip. Since this is a global setting, why would it help
an individual volume show the checkbox? In general, the system allows
compression, though it is not used. The key does not exist on this server.
thanks
Bill
Post by Dave Patrick
Check that the Reg_DWord 'NtfsDisableCompression'
is set to 0 (zero)
HKLM\SYSTEM\CurrentControlSet\Control\FileSystem
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
Post by Bill Pierini
Hi, all. Have a basic disk with three partitions. (On an external RAID5
enclosure.) Drive "X" does not show the checkboxes to compress (which I
don't want to do, but want to make sure it isn't) or "Allow indexing".
The RAID claims everything is healthy, the other two volumes have no
problems and the info is displayed. Any thoughts on how to show the
checkboxes? Sadly, this is part of an Exchange 2007 file set and removing
the partition and recreating could be a problem in itself. This is NTFS
on a Windows 2003 x64 system.
Thanks (please forgive the cross post)
Bill
Dave Patrick
2009-09-20 16:33:20 UTC
Permalink
From the command line;

fsutil fsinfo ntfsinfo C:\

(to see that bytes per sector is 512 and bytes per cluster is 4096)

then also

fsutil fsinfo volumeinfo C:\

(to see that compression is supported)


Then you may want to run;

chkdsk /r

from the recovery console but be sure your backups are tested and current
before hand. Also see this article.

http://support.microsoft.com/kb/959608
--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
Post by Bill Pierini
Dave, thanks for the tip. Since this is a global setting, why would it
help an individual volume show the checkbox? In general, the system allows
compression, though it is not used. The key does not exist on this server.
thanks
Bill
Loading...