Tag: replace
ZFS | replace failed disk in mirrored root zfs
# da0 has failed # da1 is running # zroot is the pool # da0p3 is the name of the mirror member you got via zfs status zroot # clear the errors zpool clear zroot # REPLACE THE DISK da0 with a new one # NOW: # da0 is the virgin # da1 is already […]
replace diacritics/umlauts via script
echo “äöüßé” | iconv -t ascii//TRANSLIT