C chudak Well-Known Member Proxmox Subscriber May 11, 2019 322 17 58 Apr 9, 2021 #1 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
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
P ph0x Renowned Member Jul 5, 2020 1,327 224 73 /dev/null Apr 10, 2021 #2 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: Apr 10, 2021
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?