Chances are, others have the same questions that you do. Therefore, we have taken the common questions for Diskeeper, Sitekeeper and Undelete and provided the answers (and the questions) below in our Frequently Asked Questions section. Simply select the product below that you have questions about. If you can’t find the answer you’re looking for, you can submit a tech support question here.
Diskeeper | Sitekeeper | Undelete
Question |
|---|
| Some or all of my NTFS partitions are not visible from within Diskeeper. What is wrong? |
Answer |
|
Diskeeper can't see the partitions because the NTFS security settings have been set in a fashion that does not allow Diskeeper access. The problem is with using Windows Explorer to modify security settings globally on a partition, directories, and files. This is in fact a destructive method of applying security settings. A more appropriate method is to execute the following command line from the root of the partition: (Note: If you are not at the root of the partition in question you must set your default there: CD /D drive_name: ) Now the command line: (Note: If you see the message, ''Unable to perform a security operation on an object which has no associated security,'' you are executing this from a FAT partition. You must set the default to an NTFS partition.) This command will edit (/e) the ACLs, rather than replace them, and recursively apply them (/t) to subdirectories. CACLS will continue (/c) even when it hits an open file. Any number of ACCOUNT:PERM parameters may follow the grant (/g) switch. There is additional flexibility built into the CACLS command—its only limitation is the dearth of selections for PERM (permission levels) values. You also may need to add System and Administrators to the drive itself. Do that through Windows Explorer with these steps: 1. Start Windows Explorer.
|
