new zfs article
This commit is contained in:
parent
5887c54b46
commit
e2af0b5a75
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ errors: No known data errors</code></pre>
|
||||||
<pre><code>SMART overall-health self-assessment test result: PASSED</code></pre>
|
<pre><code>SMART overall-health self-assessment test result: PASSED</code></pre>
|
||||||
<p>If this says anything other than <code>PASSED</code>, stop and deal with that first. You don't want to discover your only remaining copy of data is on a failing drive while you're in the middle of hardware work.</p>
|
<p>If this says anything other than <code>PASSED</code>, stop and deal with that first. You don't want to discover your only remaining copy of data is on a failing drive while you're in the middle of hardware work.</p>
|
||||||
<p>Once you've got your reference snapshots, shut down the server gracefully:</p>
|
<p>Once you've got your reference snapshots, shut down the server gracefully:</p>
|
||||||
<pre><code>shutdown -h now</code></pre>
|
<pre><code>shutdown now</code></pre>
|
||||||
|
|
||||||
<h3>Physical installation</h3>
|
<h3>Physical installation</h3>
|
||||||
<p>I won't write a hardware installation tutorial, every case and drive bay is different. But a few practical tips for homelabbers doing this for the first time:</p>
|
<p>I won't write a hardware installation tutorial, every case and drive bay is different. But a few practical tips for homelabbers doing this for the first time:</p>
|
||||||
|
|
@ -188,7 +188,7 @@ dmesg -T | grep -E 'ata[0-9]+\.[0-9]+: ATA-|ata[0-9]+: SATA link up'
|
||||||
smartctl -H /dev/disk/by-id/<surviving-disk-id>
|
smartctl -H /dev/disk/by-id/<surviving-disk-id>
|
||||||
|
|
||||||
# Shut down
|
# Shut down
|
||||||
shutdown -h now
|
shutdown now
|
||||||
|
|
||||||
# --- After boot with new drive ---
|
# --- After boot with new drive ---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue