wipe a filesystem signature for good

By October 21, 2020Linux

The easiest way to wipe a filesystem including any pesky disk signatures. This can be very useful for preparing a drive for Windows 10 or ZFS arrays.

sudo wipefs --all --force /dev/vdx

Leave a Reply