How to verify that a deduplication has taken place?Full-featured online backup providers for medium-sized enterprise?How does ZFS Block Level Deduplication fit with Variable Block Size?How to activate deduplication in Windows Server 2012?Mixing Volume Shadow Copy and Data Deduplication in Windows ServerWindows Server 2012 is writing 1 megabyte .LOG file in windowssystem32dhcp every few secondsMavericks permission issues with Windows Server deduplicated sharesWindows Server 2012 R2 Deduped 356GB to 1.32GBIs it safe to delete chunks.chk file while using SDFS?18.1 TB Drive Shows .75 TB Free but only 4.66 TB Deduped on Windows Server 2012 R2Is there a way to measure or change how fast a Windows Server 2012 rehydrates data that it previously deduplicated?

How do I gain back my faith in my PhD degree?

Why is this clock signal connected to a capacitor to gnd?

Bullying boss launched a smear campaign and made me unemployable

CAST throwing error when run in stored procedure but not when run as raw query

Why doesn't using multiple commands with a || or && conditional work?

How could indestructible materials be used in power generation?

How can I determine if the org that I'm currently connected to is a scratch org?

Can my sorcerer use a spellbook only to collect spells and scribe scrolls, not cast?

Avoiding the "not like other girls" trope?

Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?

Plagiarism or not?

Cursor Replacement for Newbies

Assassin's bullet with mercury

What method can I use to design a dungeon difficult enough that the PCs can't make it through without killing them?

Do scales need to be in alphabetical order?

Mathematica command that allows it to read my intentions

Examples of smooth manifolds admitting inbetween one and a continuum of complex structures

How much of data wrangling is a data scientist's job?

iPad being using in wall mount battery swollen

How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?

Should I tell management that I intend to leave due to bad software development practices?

Ambiguity in the definition of entropy

Should I cover my bicycle overnight while bikepacking?

Do UK voters know if their MP will be the Speaker of the House?



How to verify that a deduplication has taken place?


Full-featured online backup providers for medium-sized enterprise?How does ZFS Block Level Deduplication fit with Variable Block Size?How to activate deduplication in Windows Server 2012?Mixing Volume Shadow Copy and Data Deduplication in Windows ServerWindows Server 2012 is writing 1 megabyte .LOG file in windowssystem32dhcp every few secondsMavericks permission issues with Windows Server deduplicated sharesWindows Server 2012 R2 Deduped 356GB to 1.32GBIs it safe to delete chunks.chk file while using SDFS?18.1 TB Drive Shows .75 TB Free but only 4.66 TB Deduped on Windows Server 2012 R2Is there a way to measure or change how fast a Windows Server 2012 rehydrates data that it previously deduplicated?













4















Microsoft Windows Server 2012 and onwards offers a de-duplication service that periodically scans files, find identical chunks and removes excessive copies to save space.



To the user browsing the files, they should all look the same.



My problem is that I have a piece of software that's reading these files and failing, when it reads a file processed by de-duplication. I set up a windows server with de-duplication service to develop and test a fix for this but I am not sure if my test files are being deduplicated and if my fix is really working.



Is there something in the file metadata about any deduplication taken place? Or perhaps the de-duplication service has an accessible data base with the augmented files?



I have already tried the obvious: create a file, copy that file in the same folder and then view the properties of the folder - but the size of the folder amounts to both files, while I was expecting it to amount to the size of only one file.










share|improve this question




























    4















    Microsoft Windows Server 2012 and onwards offers a de-duplication service that periodically scans files, find identical chunks and removes excessive copies to save space.



    To the user browsing the files, they should all look the same.



    My problem is that I have a piece of software that's reading these files and failing, when it reads a file processed by de-duplication. I set up a windows server with de-duplication service to develop and test a fix for this but I am not sure if my test files are being deduplicated and if my fix is really working.



    Is there something in the file metadata about any deduplication taken place? Or perhaps the de-duplication service has an accessible data base with the augmented files?



    I have already tried the obvious: create a file, copy that file in the same folder and then view the properties of the folder - but the size of the folder amounts to both files, while I was expecting it to amount to the size of only one file.










    share|improve this question


























      4












      4








      4








      Microsoft Windows Server 2012 and onwards offers a de-duplication service that periodically scans files, find identical chunks and removes excessive copies to save space.



      To the user browsing the files, they should all look the same.



      My problem is that I have a piece of software that's reading these files and failing, when it reads a file processed by de-duplication. I set up a windows server with de-duplication service to develop and test a fix for this but I am not sure if my test files are being deduplicated and if my fix is really working.



      Is there something in the file metadata about any deduplication taken place? Or perhaps the de-duplication service has an accessible data base with the augmented files?



      I have already tried the obvious: create a file, copy that file in the same folder and then view the properties of the folder - but the size of the folder amounts to both files, while I was expecting it to amount to the size of only one file.










      share|improve this question
















      Microsoft Windows Server 2012 and onwards offers a de-duplication service that periodically scans files, find identical chunks and removes excessive copies to save space.



      To the user browsing the files, they should all look the same.



      My problem is that I have a piece of software that's reading these files and failing, when it reads a file processed by de-duplication. I set up a windows server with de-duplication service to develop and test a fix for this but I am not sure if my test files are being deduplicated and if my fix is really working.



      Is there something in the file metadata about any deduplication taken place? Or perhaps the de-duplication service has an accessible data base with the augmented files?



      I have already tried the obvious: create a file, copy that file in the same folder and then view the properties of the folder - but the size of the folder amounts to both files, while I was expecting it to amount to the size of only one file.







      windows-server-2012 deduplication






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago









      Alejandro-2988924

      10417




      10417










      asked Jun 6 '18 at 17:23









      DraxDomaxDraxDomax

      1193




      1193




















          2 Answers
          2






          active

          oldest

          votes


















          3














          Deduplication is implemented as a filter driver on top of NTFS (and now ReFS) and should work transparent. You can always disable it for some particular file sets if it causes issues.



          To get deduplication status stick with Get-DedupeStatus cmdlet. See:



          https://docs.microsoft.com/en-us/powershell/module/deduplication/get-dedupstatus



          There's a way to visualize what's there. See:



          https://www.foldersizes.com/features/windowsdeduplicationdiskspace



          You can exclude particular files from deduplication jobs. See:



          https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/advanced-settings



          ExcludeFileType is what you should look at.



          ExcludeFileType File types that are excluded from optimization Array of file extensions Some file types, particularly multimedia or files that are already compressed, do not benefit very much from being optimized. This setting allows you to configure which types are excluded.






          share|improve this answer






























            2














            The inner workings of the de-dupe service are stored in System Volume Information on each volume, but my understanding is that there's nothing really human readable in there for you as far as what has been deduped and what hasn't. It happens at the block-level, not the file-level.




            I have already tried the obvious: create a file, copy that file in the same folder and then view the properties of the folder - but the size of the folder amounts to both files, while I was expecting it to amount to the size of only one file.




            De-duplication occurs on a schedule. If you copy a file and immediately check the properties it will not have been de-duplicated yet. You can use Start-DedupJob to force a dedupe optimization on a specific volume for your testing scenario.






            share|improve this answer

























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "2"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f915494%2fhow-to-verify-that-a-deduplication-has-taken-place%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3














              Deduplication is implemented as a filter driver on top of NTFS (and now ReFS) and should work transparent. You can always disable it for some particular file sets if it causes issues.



              To get deduplication status stick with Get-DedupeStatus cmdlet. See:



              https://docs.microsoft.com/en-us/powershell/module/deduplication/get-dedupstatus



              There's a way to visualize what's there. See:



              https://www.foldersizes.com/features/windowsdeduplicationdiskspace



              You can exclude particular files from deduplication jobs. See:



              https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/advanced-settings



              ExcludeFileType is what you should look at.



              ExcludeFileType File types that are excluded from optimization Array of file extensions Some file types, particularly multimedia or files that are already compressed, do not benefit very much from being optimized. This setting allows you to configure which types are excluded.






              share|improve this answer



























                3














                Deduplication is implemented as a filter driver on top of NTFS (and now ReFS) and should work transparent. You can always disable it for some particular file sets if it causes issues.



                To get deduplication status stick with Get-DedupeStatus cmdlet. See:



                https://docs.microsoft.com/en-us/powershell/module/deduplication/get-dedupstatus



                There's a way to visualize what's there. See:



                https://www.foldersizes.com/features/windowsdeduplicationdiskspace



                You can exclude particular files from deduplication jobs. See:



                https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/advanced-settings



                ExcludeFileType is what you should look at.



                ExcludeFileType File types that are excluded from optimization Array of file extensions Some file types, particularly multimedia or files that are already compressed, do not benefit very much from being optimized. This setting allows you to configure which types are excluded.






                share|improve this answer

























                  3












                  3








                  3







                  Deduplication is implemented as a filter driver on top of NTFS (and now ReFS) and should work transparent. You can always disable it for some particular file sets if it causes issues.



                  To get deduplication status stick with Get-DedupeStatus cmdlet. See:



                  https://docs.microsoft.com/en-us/powershell/module/deduplication/get-dedupstatus



                  There's a way to visualize what's there. See:



                  https://www.foldersizes.com/features/windowsdeduplicationdiskspace



                  You can exclude particular files from deduplication jobs. See:



                  https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/advanced-settings



                  ExcludeFileType is what you should look at.



                  ExcludeFileType File types that are excluded from optimization Array of file extensions Some file types, particularly multimedia or files that are already compressed, do not benefit very much from being optimized. This setting allows you to configure which types are excluded.






                  share|improve this answer













                  Deduplication is implemented as a filter driver on top of NTFS (and now ReFS) and should work transparent. You can always disable it for some particular file sets if it causes issues.



                  To get deduplication status stick with Get-DedupeStatus cmdlet. See:



                  https://docs.microsoft.com/en-us/powershell/module/deduplication/get-dedupstatus



                  There's a way to visualize what's there. See:



                  https://www.foldersizes.com/features/windowsdeduplicationdiskspace



                  You can exclude particular files from deduplication jobs. See:



                  https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/advanced-settings



                  ExcludeFileType is what you should look at.



                  ExcludeFileType File types that are excluded from optimization Array of file extensions Some file types, particularly multimedia or files that are already compressed, do not benefit very much from being optimized. This setting allows you to configure which types are excluded.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jun 10 '18 at 15:18









                  BaronSamedi1958BaronSamedi1958

                  7,44911128




                  7,44911128























                      2














                      The inner workings of the de-dupe service are stored in System Volume Information on each volume, but my understanding is that there's nothing really human readable in there for you as far as what has been deduped and what hasn't. It happens at the block-level, not the file-level.




                      I have already tried the obvious: create a file, copy that file in the same folder and then view the properties of the folder - but the size of the folder amounts to both files, while I was expecting it to amount to the size of only one file.




                      De-duplication occurs on a schedule. If you copy a file and immediately check the properties it will not have been de-duplicated yet. You can use Start-DedupJob to force a dedupe optimization on a specific volume for your testing scenario.






                      share|improve this answer





























                        2














                        The inner workings of the de-dupe service are stored in System Volume Information on each volume, but my understanding is that there's nothing really human readable in there for you as far as what has been deduped and what hasn't. It happens at the block-level, not the file-level.




                        I have already tried the obvious: create a file, copy that file in the same folder and then view the properties of the folder - but the size of the folder amounts to both files, while I was expecting it to amount to the size of only one file.




                        De-duplication occurs on a schedule. If you copy a file and immediately check the properties it will not have been de-duplicated yet. You can use Start-DedupJob to force a dedupe optimization on a specific volume for your testing scenario.






                        share|improve this answer



























                          2












                          2








                          2







                          The inner workings of the de-dupe service are stored in System Volume Information on each volume, but my understanding is that there's nothing really human readable in there for you as far as what has been deduped and what hasn't. It happens at the block-level, not the file-level.




                          I have already tried the obvious: create a file, copy that file in the same folder and then view the properties of the folder - but the size of the folder amounts to both files, while I was expecting it to amount to the size of only one file.




                          De-duplication occurs on a schedule. If you copy a file and immediately check the properties it will not have been de-duplicated yet. You can use Start-DedupJob to force a dedupe optimization on a specific volume for your testing scenario.






                          share|improve this answer















                          The inner workings of the de-dupe service are stored in System Volume Information on each volume, but my understanding is that there's nothing really human readable in there for you as far as what has been deduped and what hasn't. It happens at the block-level, not the file-level.




                          I have already tried the obvious: create a file, copy that file in the same folder and then view the properties of the folder - but the size of the folder amounts to both files, while I was expecting it to amount to the size of only one file.




                          De-duplication occurs on a schedule. If you copy a file and immediately check the properties it will not have been de-duplicated yet. You can use Start-DedupJob to force a dedupe optimization on a specific volume for your testing scenario.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Jun 6 '18 at 22:16

























                          answered Jun 6 '18 at 21:23









                          MDMarraMDMarra

                          92.9k28174314




                          92.9k28174314



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Server Fault!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f915494%2fhow-to-verify-that-a-deduplication-has-taken-place%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

                              Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

                              Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070