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...

New ZFS Pool And the New 4TB Hard Drive

I am using the new pool for my videos and music. Downloading them using my torrent client, transmission. The old pool is raidz2 and now I am using a raidz1 only. But and a big but I gained space of up to 4.5 TB.

2024 So Far

I have a feeling of moving earth or walking off my itchiness. The growing fat in my belly tells me I am failing on many occasions to give in to this urge. My eyes are blurred by morning glory. I remember my father having the same ritual in the morning. After his weak stroke, he couldn't speak much, just a grunt but he would demonstrate with hand how he liked to wash his face. The weather wasn't helping. It's been raining cats and dogs the past week. The province of Rizal was soaked and spilled volumes of water into the bay and Laguna lake. Our Caimito tree was cut to no more than 4 feet from the ground. It was towering above the corrugated sheet metal of our roof. Now it lay horizontal on the yard. I calculated it could be made into a whole table and chairs set by a talented carpenter artist. I showed Lino the two big pieces of trunk that could only be moved if cut by a power saw in place. The road widening project in San Mateo was in the middle stage. One side of the road ...