Problem after resizing partition
-
I am working on a project on NTFS. I never used to get errors while restoring the images with the code which i developed.After resizing the partition PQMagic is showing cross linked errors or cluster not allocated.Certainly some attribute of some file must have changed.can you just tell me which file attribute changes when we resize the partition or any other reason due to which we may encounter this error.
prashant jain malviya national institute of technology
-
I am working on a project on NTFS. I never used to get errors while restoring the images with the code which i developed.After resizing the partition PQMagic is showing cross linked errors or cluster not allocated.Certainly some attribute of some file must have changed.can you just tell me which file attribute changes when we resize the partition or any other reason due to which we may encounter this error.
prashant jain malviya national institute of technology
No file attribute or flag was changed. Cross-linked files occur when a cluster appears to belong to a file, but the volume bitmap does not show it as such. If you are using Windows XP or Vista, click Start then type "cmd" now press Ctrl+Shift+Enter to grant Admin rights to the prompt. Now run the following: chkdsk c: /f /v This will run the check disk program and attempt to fix any errors found on the c: partition (if you are checking a different partition, change the drive letter). It will also echo all the files it will be working on. If Partition Magic didn't already do this, it may be good to defragment the drive when you are done, just to help the disk work faster after a partition resize.