<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://wiki.webko.net.ua/index.php?action=history&amp;feed=atom&amp;title=Removing_RAID_metadata</id>
	<title>Removing RAID metadata - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.webko.net.ua/index.php?action=history&amp;feed=atom&amp;title=Removing_RAID_metadata"/>
	<link rel="alternate" type="text/html" href="https://wiki.webko.net.ua/index.php?title=Removing_RAID_metadata&amp;action=history"/>
	<updated>2026-05-13T10:46:34Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.webko.net.ua/index.php?title=Removing_RAID_metadata&amp;diff=567&amp;oldid=prev</id>
		<title>Sol: Новая страница: «Категория:Общее *nix Delete the metadata is to zero out the last 512 KB of data on the disk. &lt;syntaxhighlight lang=&quot;bash&quot;&gt; dd if=/dev/zero of=$Y…»</title>
		<link rel="alternate" type="text/html" href="https://wiki.webko.net.ua/index.php?title=Removing_RAID_metadata&amp;diff=567&amp;oldid=prev"/>
		<updated>2017-11-26T15:21:18Z</updated>

		<summary type="html">&lt;p&gt;Новая страница: «&lt;a href=&quot;/index.php?title=%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F:%D0%9E%D0%B1%D1%89%D0%B5%D0%B5_*nix&quot; title=&quot;Категория:Общее *nix&quot;&gt;Категория:Общее *nix&lt;/a&gt; Delete the metadata is to zero out the last 512 KB of data on the disk. &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; dd if=/dev/zero of=$Y…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Категория:Общее *nix]]&lt;br /&gt;
Delete the metadata is to zero out the last 512 KB of data on the disk.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
dd if=/dev/zero of=$YOUR_DEV bs=512 seek=$(( $(blockdev --getsz $YOUR_DEV) - 1024 )) count=1024&lt;br /&gt;
# $YOUR_DEV your dev like /dev/sdb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sol</name></author>
	</entry>
</feed>