Don’t Reboot While Resilvering!!
It hoses your ZFS on all disks (at least in my mirror)
It hoses your ZFS on all disks (at least in my mirror)
curl -s http://wtfismyip.com/text
One of the two USB drives you’re running your OS on (in ZFS mirror on root)(to get full use of SATA / SAS ports) failed. Oh Noes! *Let’s keep in mind, this is ZFS on root, need to mirror partition to new disk prior to adding zpool* (For good measure, here’s what things look like[…]
ZPool scrubs do not happen automatically. It is easy to configure with a root cron job: root@MikroBSD:/home/colin # crontab -e (Brings up VI -> (i) -> (Type below line) -> (Esc -> :wq)) 0 2 * * 0 /sbin/zpool scrub zroot
To Copy: (Alt+Space) -> E -> K Use arrow keys to navigate cursor to start of mark to select for copying. (Shift+ArrowKeys) -> selects text in column mode (select text to copy) (Enter) copies selected text. To Paste: (Alt+Space) -> E -> P