This article will show you how to increase your Nas4Free storage by replacing your hard drives.
Click here for video tutorial of this post.
This scenario assumes a mirrored ZFS setup but the process will be the same if you are using another ZFS setup like raidz etc…
In this setup I have configured a basic mirrored setup with 2 x 2gb hdd and we’ll go through and upgrade the drives to 8gb.
Full Drives
Replace Old Drives with Larger Capacity Drives
Start by switching OFF the NAS and replace only ONE of the existing drives with the new larger disk using the same cables. This will simplify the upgrade as won’t be changing the device id’s.
Boot up and you’ll see that the NAS says that the Pool is in a degraded state
Under “Disks -> Management” you’ll see an error in red. It’s important to take a note of the “Device” ie ada1
NOTE: do NOT import or clear config as this will complicate the process. If you have imported or cleared the config the easiest thing to do is shutdown and put in the old drive and re-import then start this process again.
You can also check the device id by going to “Disks -> ZFS – > Information”
Go to “Disks -> ZFS” then select “Tools”
- Command -> Replace
- Option -> Device
- Pool -> “Select your Pool here”
- Devices -> “Select the device number noted above”
- New Device -> “Select the same device number as above”
Click “Send Command”
Select “Information” you should see “Resilvering”
This will take a while depending on how large your drive is and how much data it needs to copy
NOTE: while NOT recommended you can still use the NAS while this is happening but make sure you allow this to complete fully before switching it off
Once Resilvering is complete your Pool will now say ONLINE again although it will still be full.
Now go back into “Disks -> Management” and “Clear config and import disks” you’ll now see the new larger drive in place of the old one
Now shutdown the NAS and repeat with the other drives.
Use up all Available Space on New Drives
Once all the drives have been replaced and resilvered you’ll probably notice that the space still hasn’t increased.
We now need to tell it to use all the extra space on the new larger drives
- Advanced -> Command
- Type in “zpool online -e PoolData ada1“
- Insert your pool name in “PoolData” and change “ada1‘ to whatever was replaced on your own system
Repeat the process for each device that was replaced
Now go back to your home page and you’ll see that the extra storage space has been applied