Hi,
I have an external USB HDD where I have set up ZFS where I do backups to. I will frequently unplug this HDD and store it offline. I have set up the HDD simply by performing
When I unplug the HDD (after unmounting bu0) and plug it back again I have to run
Is this the correct way to do it? I ask because I discovered that there was an error on the HDD when I ran
Right now I am wiping the HDD and I am about to set up ZFS on it again but before I do I want to make sure I do it right!
I have an external USB HDD where I have set up ZFS where I do backups to. I will frequently unplug this HDD and store it offline. I have set up the HDD simply by performing
# zpool create latoyabu0 /dev/label/latoya followed by # zfs create -o copies=2 -o compression=on latoyabu0/bu0When I unplug the HDD (after unmounting bu0) and plug it back again I have to run
# zpool clear latoyabu0 and then mount bu0 with # zfs mount latoyabu0/bu0before I do the backups with rsync. Is this the correct way to do it? I ask because I discovered that there was an error on the HDD when I ran
zpool status. I could fix the problem by scrubbing the HDD but after unplugging the HDD again the error came back.Right now I am wiping the HDD and I am about to set up ZFS on it again but before I do I want to make sure I do it right!