<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Purging data on linux in Tech Talk</title>
    <link>https://community.isc2.org/t5/Tech-Talk/Purging-data-on-linux/m-p/72048#M4476</link>
    <description>&lt;P&gt;Hi all. If anyone has any queries about what is software purging with zeroing out data then this is how its done:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo dd if=/dev/zero of=/dev/sdb1 bs=1M&lt;/P&gt;&lt;P&gt;dd: error writing '/dev/sdb1': No space left on device&lt;/P&gt;&lt;P&gt;30436+0 records in&lt;BR /&gt;30435+0 records out&lt;BR /&gt;31913934848 bytes (32 GB, 30 GiB) copied, 2970.13 s, 10.7 MB/s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are not familiar with linux, dd is used for everything to do with disks and images and backup and a lot more. So we are writing the standard output of /dev/zero as the input and the output is the disk which is mounted on /dev/sdb1 which is Sata disk B partition 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that completely uses all of the space up on the disk with 1MB chunks of 0's.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 18:21:12 GMT</pubDate>
    <dc:creator>funkychicken</dc:creator>
    <dc:date>2024-07-16T18:21:12Z</dc:date>
    <item>
      <title>Purging data on linux</title>
      <link>https://community.isc2.org/t5/Tech-Talk/Purging-data-on-linux/m-p/72048#M4476</link>
      <description>&lt;P&gt;Hi all. If anyone has any queries about what is software purging with zeroing out data then this is how its done:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo dd if=/dev/zero of=/dev/sdb1 bs=1M&lt;/P&gt;&lt;P&gt;dd: error writing '/dev/sdb1': No space left on device&lt;/P&gt;&lt;P&gt;30436+0 records in&lt;BR /&gt;30435+0 records out&lt;BR /&gt;31913934848 bytes (32 GB, 30 GiB) copied, 2970.13 s, 10.7 MB/s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are not familiar with linux, dd is used for everything to do with disks and images and backup and a lot more. So we are writing the standard output of /dev/zero as the input and the output is the disk which is mounted on /dev/sdb1 which is Sata disk B partition 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that completely uses all of the space up on the disk with 1MB chunks of 0's.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 18:21:12 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/Purging-data-on-linux/m-p/72048#M4476</guid>
      <dc:creator>funkychicken</dc:creator>
      <dc:date>2024-07-16T18:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Purging data on linux</title>
      <link>https://community.isc2.org/t5/Tech-Talk/Purging-data-on-linux/m-p/72100#M4477</link>
      <description>&lt;P&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/190759473"&gt;@funkychicken&lt;/a&gt;&amp;nbsp;&amp;nbsp; Unfortunately zero's is not sufficient and the number of overwrites is insufficient in some environments, and in many cases at least 7 wipes with varying patterns is required.&amp;nbsp; Although some State Nations do have the capability to read many magnetic domains deeper with an electron microscope,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So often they revert to a Degausser for such purposes normally run by a certified supplier for this purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://garnerproducts.com/degaussing-101/data-storage-how-to-eliminate-magnetic-and-electronic-data" target="_blank"&gt;https://garnerproducts.com/degaussing-101/data-storage-how-to-eliminate-magnetic-and-electronic-data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caute_Cautim&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 20:35:01 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/Purging-data-on-linux/m-p/72100#M4477</guid>
      <dc:creator>Caute_cautim</dc:creator>
      <dc:date>2024-07-17T20:35:01Z</dc:date>
    </item>
  </channel>
</rss>

