<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>overwrite Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/overwrite/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 17 Oct 2019 15:15:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Overwrite: an application to prevent recovering information from a hard disk</title>
		<link>https://www.osradar.com/overwrite-prevent-recovering-information-from-hard-disk/</link>
					<comments>https://www.osradar.com/overwrite-prevent-recovering-information-from-hard-disk/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 20 Oct 2019 23:14:31 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[disks]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[overwrite]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14732</guid>

					<description><![CDATA[<p>When we format an entire disk or partition we know that the data that is there is recoverable. This can be very useful, but what if we are sure we want to recover them? and if someone takes our computer and starts recovering them? as you can read, this poses a danger to the privacy [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/overwrite-prevent-recovering-information-from-hard-disk/">Overwrite: an application to prevent recovering information from a hard disk</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>When we format an entire disk or partition we know that the data that is there is recoverable. This can be very useful, but what if we are sure we want to recover them? and if someone takes our computer and starts recovering them? as you can read, this poses a danger to the privacy of our data. Luckily, there is an application called overwrite that allows us to avoid this situation. Today we will tell you about it.</p>



<p>Overwrite <a href="https://github.com/ivoprogram/overwrite" target="_blank" rel="noreferrer noopener" aria-label="is an application written in the C language (opens in a new tab)">is an application written in the C language</a> that simply <strong>overwrites with 1, 0 or random data the empty space of a disk</strong>. This helps prevent other programs from recovering information from that empty space. This puts your privacy at risk.</p>



<p>Similarly, Overwrite is an open-source application, <strong>released under the GPL license</strong>. Therefore there will be no problems with the use and dissemination of the application. On the other hand, it is multiplatform and in a single download, we will have all the binaries available with versions for Linux or <a href="https://www.osradar.com/tag/windows" target="_blank" rel="noreferrer noopener" aria-label="Windows (opens in a new tab)">Windows</a>.</p>



<p>Also, the application has some options to customize its use, such as the amount of data and files to overwrite.</p>



<p>So, let us install it and use it.</p>



<h2>Install Overwrite on any Linux distribution</h2>



<p>The application comes with compiled binaries so we can work as soon as we download it. However, make sure you have the wget and unzip packages installed.</p>



<p>For <a rel="noreferrer noopener" aria-label="Debian (opens in a new tab)" href="https://www.osradar.com/tag/debian/" target="_blank">Debian</a>, <a href="https://www.osradar.com/tag/ubuntu/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Ubuntu</a>, <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://www.osradar.com/tag/linux-mint/" target="_blank">Linux Mint</a> and derivatives:</p>



<pre class="wp-block-preformatted">:~$ sudo apt install wget unzip</pre>



<p>In the case of <a rel="noreferrer noopener" aria-label="Fedora (opens in a new tab)" href="https://www.osradar.com/tag/fedora/" target="_blank">Fedora</a>, <a rel="noreferrer noopener" aria-label="CentOS (opens in a new tab)" href="https://www.osradar.com/tag/centos/" target="_blank">CentOS</a> 8, <a href="https://www.osradar.com/tag/rhel/" target="_blank" rel="noreferrer noopener" aria-label="RHEL (opens in a new tab)">RHEL</a> 8, Oracle Linux 8 and derivatives:</p>



<pre class="wp-block-preformatted">:~$ sudo dnf install wget unzip</pre>



<p>Finally, in the case of <a href="https://www.osradar.com/tag/opensuse/" target="_blank" rel="noreferrer noopener" aria-label="OpenSUSE (opens in a new tab)">OpenSUSE</a>, it would be enough to use the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo zypper in wget unzip</pre>



<p>Once they are installed, we can start downloading overwrite from github:</p>



<pre class="wp-block-preformatted">:~$ wget -c https://github.com/ivoprogram/overwrite/releases/download/ver1.1-2019-10-06/overwrite-bin-ver1.1-2019-10-06.zip</pre>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="326" src="https://www.osradar.com/wp-content/uploads/2019/10/1-11-1024x326.png" alt="1.- Downloading Overwrite on Linux" class="wp-image-14733" srcset="https://www.osradar.com/wp-content/uploads/2019/10/1-11-1024x326.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/1-11-300x96.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/1-11-768x245.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/1-11-696x222.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/1-11-1068x340.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/1-11-1318x420.png 1318w, https://www.osradar.com/wp-content/uploads/2019/10/1-11.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Downloading Overwrite on Linux</figcaption></figure>



<p>Once the download has finished, we will have to decompress it using unzip. To do this, use the following command:</p>



<pre class="wp-block-preformatted">:~$ unzip overwrite-bin-ver1.1-2019-10-06.zip</pre>



<p>Remember, be aware of the downloaded version.</p>



<figure class="wp-block-image"><img loading="lazy" width="652" height="228" src="https://www.osradar.com/wp-content/uploads/2019/10/2-10.png" alt="2.- Decompressing the program" class="wp-image-14734" srcset="https://www.osradar.com/wp-content/uploads/2019/10/2-10.png 652w, https://www.osradar.com/wp-content/uploads/2019/10/2-10-300x105.png 300w" sizes="(max-width: 652px) 100vw, 652px" /><figcaption>2.- Decompressing the program</figcaption></figure>



<p>To make the job easier, I will rename the uncompressed folder by a name easier to remember.</p>



<pre class="wp-block-preformatted">:~$ mv [overwrite_folder_name] overwrite</pre>



<p>Also, you can check the contents of the folder with the command ls.</p>



<pre class="wp-block-preformatted">:~$ cd overwrite
:~$ ls</pre>



<figure class="wp-block-image"><img loading="lazy" width="988" height="84" src="https://www.osradar.com/wp-content/uploads/2019/10/3-9.png" alt="3.- using the ls command to check the content of the folder" class="wp-image-14735" srcset="https://www.osradar.com/wp-content/uploads/2019/10/3-9.png 988w, https://www.osradar.com/wp-content/uploads/2019/10/3-9-300x26.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/3-9-768x65.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/3-9-696x59.png 696w" sizes="(max-width: 988px) 100vw, 988px" /><figcaption>3.- using the ls command to check the content of the folder</figcaption></figure>



<p>As you can see, all 32-bit and 64-bit Linux binaries and Windows binaries are available. However, you have to choose the corresponding binary according to your system and make it executable. In my case, my system is 64 bits.</p>



<pre class="wp-block-preformatted">:~$ chmod +x overwrite-linux-x86-64</pre>



<p>And we will be able to use it.</p>



<p>First, it is a good idea to start with the program help.</p>



<pre class="wp-block-preformatted">:~$ ./overwrite-linux-x86-64 -h</pre>



<figure class="wp-block-image"><img loading="lazy" width="632" height="438" src="https://www.osradar.com/wp-content/uploads/2019/10/4-8.png" alt="4.- Overwrite help" class="wp-image-14736" srcset="https://www.osradar.com/wp-content/uploads/2019/10/4-8.png 632w, https://www.osradar.com/wp-content/uploads/2019/10/4-8-300x208.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/4-8-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2019/10/4-8-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2019/10/4-8-606x420.png 606w" sizes="(max-width: 632px) 100vw, 632px" /><figcaption>4.- Overwrite help</figcaption></figure>



<p>I added a new hard drive and mounted it on /media and used this example command.</p>



<pre class="wp-block-preformatted">:~$ sudo ./overwrite-linux-x86-64 -rand -block:512 -files:10 -data:10mb -path:/media</pre>



<figure class="wp-block-image"><img loading="lazy" width="927" height="230" src="https://www.osradar.com/wp-content/uploads/2019/10/5-9.png" alt="5.- Using Overwrite on Linux" class="wp-image-14737" srcset="https://www.osradar.com/wp-content/uploads/2019/10/5-9.png 927w, https://www.osradar.com/wp-content/uploads/2019/10/5-9-300x74.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/5-9-768x191.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/5-9-696x173.png 696w" sizes="(max-width: 927px) 100vw, 927px" /><figcaption>5.- Using Overwrite on Linux</figcaption></figure>



<p>In this case, the command is executed as the root user. It uses 10mb random data and overwrites 10 files in blocks of 512. Finally, the path where the file system is mounted is specified.</p>



<p>Finally, if you want to use overwrite comfortably, <strong>rename the binary and move it <g class="gr_ gr_6 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="6" data-gr-id="6">to </g><code>/usr/bin</code></strong><g class="gr_ gr_6 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="6" data-gr-id="6">.</g></p>



<h2>Conclusion</h2>



<p>Overwrite is a very lightweight program that can help us protect our data even more from third parties. Its installation and use is within reach of many people for its ease and quality of work. Best of all we can install it on all Linux distributions without problems.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/overwrite-prevent-recovering-information-from-hard-disk/">Overwrite: an application to prevent recovering information from a hard disk</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/overwrite-prevent-recovering-information-from-hard-disk/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
