Reformat/reinitialize disk for PBS?

chudak

Well-Known Member
May 11, 2019
322
17
58
Can someone point me to steps how to reformat/reinitialize disk for PBS.

I am having troubles with the current zfs storage and wonder how to fix it.

Thx
 
dd if=/dev/zero of=/dev/sdX bs=1M count=100 usually is enough to wipe the disk.
Be careful though, dd is short for disk destroyer! If you target the wrong sdX, you might be up for a reinstall. ;)

Maybe destroy the zpool before?
 
Last edited: