Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for unclean drive during ZFS formatting #37

Closed
maxsteciuk opened this issue Nov 21, 2018 · 2 comments
Closed

Workaround for unclean drive during ZFS formatting #37

maxsteciuk opened this issue Nov 21, 2018 · 2 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@maxsteciuk
Copy link

@maxsteciuk maxsteciuk commented Nov 21, 2018

Ideally I thought gprart would handle such case behind the scenes when acting on the destroy option.
But so that not to be dependent on upstream timelines would it be good idea to include the following step in the installer script which does ZFS formatting?

dd if=/dev/zero of=/dev/$DRIVE bs=$NBYTES

@maxsteciuk maxsteciuk changed the title Workaround for unclean disk during formatting to ZFS Workaround for unclean drive during ZFS formatting Nov 21, 2018
@RodMyers
Copy link
Contributor

@RodMyers RodMyers commented Jul 12, 2019

is this still an issue?

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Aug 5, 2019

The TrueOS ISO cleaning options have already been updated to include a broader range of the disk that it zeroes out to prepare the disk for installation. This workaround should be not needed anymore.

@beanpole135 beanpole135 closed this Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment