Home » Hướng dẫn xóa toàn bộ phân vùng trên linux

Hướng dẫn xóa toàn bộ phân vùng trên linux

by tuanlp

 1. Câu lệnh:

dd if=/dev/zero of=/dev/sda bs=512 count=1 conv=notrunc
dd if=/dev/zero of=/dev/sda

wipefs -a /dev/sda

You may also like