You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running these scripts as is, there is no choice if we want to zap the media for NAS use.
I am trying out the scripts and when I create a nas ct even on a single disk, it will take a number of hours to init the drive (below). I want to just comment this out, but it will take me a while to figure out the hierarchy of scripts and which variables to make it work locally. Anyway, for a newb to your project, this is a pain point.
When running these scripts as is, there is no choice if we want to zap the media for NAS use.
I am trying out the scripts and when I create a nas ct even on a single disk, it will take a number of hours to init the drive (below). I want to just comment this out, but it will take me a while to figure out the hierarchy of scripts and which variables to make it work locally. Anyway, for a newb to your project, this is a pain point.
sgdisk --zap $dev >/dev/null 2>&1 dd if=/dev/zero of=$dev bs=1M status=progress wipefs --all --force $dev >/dev/null 2>&1 info "Zapped, destroyed & wiped device: $dev"
The text was updated successfully, but these errors were encountered: