Skip to main content

How to Replace a Failing Hard Drive in a ZFS System

I ordered a new Seagate Skyhawk 4TB hard drive. While waiting for it to arrive, I thought I could write a post about how to replace a failing old  drive in a ZFS system like mine. 

The first thing to do is get as much information about the system hard drives. I'll need information on the drives.

#ls -la /dev/disk/by-id        #to list all my drives with their model and numbers


donato@donato-ubuntu:~$ ls -la /dev/disk/by-id  total 0  drwxr-xr-x 2 root root 720 Aug  3 12:34 .  drwxr-xr-x 8 root root 160 Aug  3 12:34 ..  lrwxrwxrwx 1 root root   9 Aug  3 12:34 ata-Crucial_CT240M500SSD1_14210C259405 -> ../../sda  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-Crucial_CT240M500SSD1_14210C259405-part1 -> ../../sda1  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-Crucial_CT240M500SSD1_14210C259405-part2 -> ../../sda2  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-Crucial_CT240M500SSD1_14210C259405-part3 -> ../../sda3  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-Crucial_CT240M500SSD1_14210C259405-part4 -> ../../sda4  lrwxrwxrwx 1 root root   9 Aug  3 12:34 ata-ST2000DM001-1CH164_W1E8B1ZS -> ../../sdc  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-ST2000DM001-1CH164_W1E8B1ZS-part1 -> ../../sdc1  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-ST2000DM001-1CH164_W1E8B1ZS-part9 -> ../../sdc9  lrwxrwxrwx 1 root root   9 Aug  3 12:34 ata-ST2000DM001-1ER164_Z5600J73 -> ../../sde  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-ST2000DM001-1ER164_Z5600J73-part1 -> ../../sde1  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-ST2000DM001-1ER164_Z5600J73-part9 -> ../../sde9  lrwxrwxrwx 1 root root   9 Aug  3 12:34 ata-ST3000DM008-2DM166_Z50520KD -> ../../sdb  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-ST3000DM008-2DM166_Z50520KD-part1 -> ../../sdb1  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-ST3000DM008-2DM166_Z50520KD-part9 -> ../../sdb9  lrwxrwxrwx 1 root root   9 Aug  3 12:34 ata-ST31000524AS_5VP9CZC8 -> ../../sdd  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-ST31000524AS_5VP9CZC8-part1 -> ../../sdd1  lrwxrwxrwx 1 root root  10 Aug  3 12:34 ata-ST31000524AS_5VP9CZC8-part9 -> ../../sdd9  donato@donato-ubuntu:~$     

#zpool status dpool -v     #to get the status of the pool

#fdisk -l                  #list your disks

You can set the pool properties to automatically use replacement disk or expand to a larger size with:

# zpool set autoreplace=on poolname      #to set any new disk to replace old disk
# zpool set autoexpand=on poolname	 #to expand size of pool automatically 

Then:

# zpool offline poolname device  	 #to set old device offline

Remove the old / failed disk. 

Insert the replacement disk.

Run the replacement command:

# zpool replace poolname device

Bring the disk online with:

# zpool online poolname device

NOTE: that if you set the autoreplace property of the pool any new device found on the location will be formatted and used as replacement, but this might not work on your particular hardware.  Also, having the autoreplace property "off" is a good check whenever you make a mistake in naming the device.  That is why it is good practice to use the disk ID instead of the location. 


Comments

Popular posts from this blog

Password Issues On Ubuntu Login

I found myself unable to enter my login credentials when prompted to do so in Ubuntu. I think I might have changed it then forget about it. I've been running the current session for more days than I should have. I forget. So what's the solution to my problem. How do I get in to my system now? It involved getting into the grub menu somehow. I am uncertain as to how to do that exactly in your system. So there's a couple of ways to do it (finger's crossed). When booting at system start, use the esc key or the shift key. The first one worked for me. The timing is key. Wait until the bios banner shows then hit the esc key once. I am using Ubuntu 22.04.4 here. I have a current version of grub. The grub menu will give you options and the one you want is: root. Yes you want root privileges to set the root password. It should give you a terminal access where you can issue commands. Type: #mount -rw -o -s remount / ==> this command mounts the filesyste...

Reflections On My Blogging: Keeping It Honest

When you're facing a white, blank screen trying to decide what to write, it seemed hopeless and hopeful at the same time. It's like watching a boat with its sails unfurled but there's no wind, yet you wait and then see the tide turning. You have to stop the distractions. Shut the door. Wait until your breathing is regular and your mind relaxed, like your wrists on the table infront of you. I imagine me looking sideways but not hearing anything. The sounds come much later. I see the big mass of color first, the greens. Just the vegetation, moving, not even individual trees, not leaves, just the big green. Then behind it the blue sky, unfocused and floating. Do not concern your brain with the details. Forget the words and the punctuations. But be mindful of the flow, trace the outlines, hear the motions. Sometime these things don't have a name, give it a name. How do you give something a name and still be honest? How do you keep your writing honest? I...

Webapps in Unity

So it has been 4 months since Ubuntu 14.04 came out. This is LTS and supported for 6 years by Canonical. The first mobile device with Ubuntu pre-installed is promised to come out later this year, 2014. It's time to check out how the apps perform so far. It is a good idea. I use Gmail and Twitter and Facebook. Why not a webapp in a desktop? So I start the Twitter and Gmail webapp. So far it has crashed my computer 6 times. Not a very good sign. On the other hand it does work but not as stable as opening them in Firefox. -- Use my PGP key if you want to encrypt your replies/messages to me. You are invited to also send me your PGP keys so we can communicate in private.