<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://ess-wiki.advantech.com.tw/wiki/index.php?action=history&amp;feed=atom&amp;title=EPC-R5710_SATA_hard_disk_interface</id>
		<title>EPC-R5710 SATA hard disk interface - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://ess-wiki.advantech.com.tw/wiki/index.php?action=history&amp;feed=atom&amp;title=EPC-R5710_SATA_hard_disk_interface"/>
		<link rel="alternate" type="text/html" href="https://ess-wiki.advantech.com.tw/wiki/index.php?title=EPC-R5710_SATA_hard_disk_interface&amp;action=history"/>
		<updated>2026-06-03T21:01:11Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.3</generator>

	<entry>
		<id>https://ess-wiki.advantech.com.tw/wiki/index.php?title=EPC-R5710_SATA_hard_disk_interface&amp;diff=30770&amp;oldid=prev</id>
		<title>Xingxing.li: Created page with &quot; 1. Insert SATA disk before boot&lt;br/&gt; 2. After installing the SATA hard disk, we can perform read and write tests&lt;br/&gt; 3. According to the above content, we can know sda is ou...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ess-wiki.advantech.com.tw/wiki/index.php?title=EPC-R5710_SATA_hard_disk_interface&amp;diff=30770&amp;oldid=prev"/>
				<updated>2023-09-04T02:32:50Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; 1. Insert SATA disk before boot&amp;lt;br/&amp;gt; 2. After installing the SATA hard disk, we can perform read and write tests&amp;lt;br/&amp;gt; 3. According to the above content, we can know sda is ou...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
1. Insert SATA disk before boot&amp;lt;br/&amp;gt; 2. After installing the SATA hard disk, we can perform read and write tests&amp;lt;br/&amp;gt; 3. According to the above content, we can know sda is our SATA disk Generate random file&lt;br /&gt;
&amp;lt;pre&amp;gt; # dd if=/dev/urandom of=data bs=1 count=1024&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Back up'''&lt;br /&gt;
&amp;lt;pre&amp;gt;# dd if=/dev/sda of=backup bs=1 count=1024 skip=4096&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Write to SATA disk'''&lt;br /&gt;
&amp;lt;pre&amp;gt;# dd if=data of=/dev/sda bs=1 seek=4096&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Read and Verify'''&lt;br /&gt;
&amp;lt;pre&amp;gt;# dd if=/dev/sda of=data1 bs=1 count=1024 skip=4096&lt;br /&gt;
# diff data data1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''If fails, it will show as below:'''&lt;br /&gt;
&lt;br /&gt;
Binary files data1 and data differ&lt;br /&gt;
&lt;br /&gt;
'''Restore'''&lt;br /&gt;
&amp;lt;pre&amp;gt;# dd if=backup of=/dev/sda bs=1 seek=4096&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Xingxing.li</name></author>	</entry>

	</feed>